~ubuntu-branches/ubuntu/raring/compiz/raring-proposed

« back to all changes in this revision

Viewing changes to plugins/decor/src/decor.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Michael Terry, MC Return, Ubuntu daily release
  • Date: 2013-03-25 04:02:57 UTC
  • mfrom: (3248.176.15)
  • Revision ID: package-import@ubuntu.com-20130325040257-5mhjv4anf2d39zw7
Tags: 1:0.9.9~daily13.03.25-0ubuntu1
[ Michael Terry ]
* [regression] Unmaximized windows can't be closed, minimized, moved
  (LP: #1158161)

[ MC Return ]
* Multimonitor: Grid plugin: Wrong calculation of top left mouse-grid-
  resize corner coordinates (LP: #1139835)

[ Ubuntu daily release ]
* Automatic snapshot from revision 3639

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
 
153
153
        unsigned int              updateState;
154
154
        X11DecorPixmapReceiver    mPixmapReceiver;
 
155
 
 
156
    private:
 
157
 
 
158
        bool            bareDecorationOnly ();
 
159
        Decoration::Ptr findRealDecoration ();
 
160
        Decoration::Ptr findBareDecoration ();
 
161
        void            moveDecoratedWindowBy (const CompPoint &movement);
155
162
};
156
163
 
157
164
class DecorationList :
372
379
        CompRegion              mInputRegion;
373
380
 
374
381
        X11DecorPixmapRequestor   mRequestor;
 
382
 
 
383
    private:
 
384
 
 
385
        bool            bareDecorationOnly ();
 
386
        Decoration::Ptr findRealDecoration ();
 
387
        Decoration::Ptr findBareDecoration ();
 
388
        void            moveDecoratedWindowBy (const CompPoint &movement,
 
389
                                               bool instant);
375
390
};
376
391
 
377
392
class DecorPluginVTable :