~compiz-team/compiz-core/0.9.5

« back to all changes in this revision

Viewing changes to src/privatescreen.h

  • Committer: Sam Spilsbury
  • Date: 2011-09-19 12:34:21 UTC
  • mfrom: (2800.2.17)
  • Revision ID: git-v1:06de32fbb7c893f6d051073985588b38b5193cc6
MergeĀ lp:~compiz-team/compiz-core/compiz-core.stack_sync_fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
 
136
136
        bool setOption (const CompString &name, CompOption::Value &value);
137
137
 
 
138
        std::list <XEvent> queueEvents ();
138
139
        void processEvents ();
139
140
 
140
141
        void removeDestroyed ();
362
363
        CompScreen  *screen;
363
364
 
364
365
        std::list <CoreWindow *> createdWindows;
 
366
        CompWindowList serverWindows;
365
367
        CompWindowList windows;
 
368
        CompWindowList destroyedWindows;
 
369
        bool           stackIsFresh;
 
370
 
366
371
        CompWindow::Map windowsMap;
367
372
 
 
373
        std::map <CompWindow *, CompWindow *> detachedFrameWindows;
 
374
 
368
375
        Colormap colormap;
369
376
        int      screenNum;
370
377