~smspillaz/compiz-plugins-main/compiz-plugins-main.fix_939228

« back to all changes in this revision

Viewing changes to expo/src/expo.h

  • Committer: Daniel van Vugt
  • Date: 2012-04-24 10:28:10 UTC
  • Revision ID: daniel.van.vugt@canonical.com-20120424102810-rf9fvr9g20iu1oh6
Change the mouse pointer while dragging windows in expo. Just like the
ubuntu branches do. (LP: #987647)

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
{
41
41
    public:
42
42
        ExpoScreen (CompScreen *);
 
43
        ~ExpoScreen ();
43
44
 
44
45
        void handleEvent (XEvent *);
45
46
 
126
127
        KeyCode rightKey;
127
128
        KeyCode upKey;
128
129
        KeyCode downKey;
 
130
 
 
131
        Cursor dragCursor;
129
132
};
130
133
 
131
134
class ExpoWindow :