~compiz-team/compiz-core/compiz-core.fix_796594

« back to all changes in this revision

Viewing changes to include/core/screen.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:
249
249
        int screenNum ();
250
250
 
251
251
        CompWindowList & windows ();
 
252
        CompWindowList & serverWindows ();
 
253
        CompWindowList & destroyedWindows ();
252
254
 
253
255
        void warpPointer (int dx, int dy);
254
256
 
261
263
        void focusDefaultWindow ();
262
264
 
263
265
        void insertWindow (CompWindow *w, Window aboveId);
264
 
 
265
266
        void unhookWindow (CompWindow *w);
266
267
 
 
268
        void insertServerWindow (CompWindow *w, Window aboveId);
 
269
        void unhookServerWindow (CompWindow *w);
 
270
 
267
271
        Cursor normalCursor ();
268
272
 
269
273
        Cursor invisibleCursor ();