~mniess/ubuntu/precise/compiz/fix-screenshot

« back to all changes in this revision

Viewing changes to src/privatewindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-10-12 10:44:49 UTC
  • Revision ID: james.westby@ubuntu.com-20111012104449-j23o8yxernjq2dju
Tags: 1:0.9.6+bzr20110929-0ubuntu5
* debian/patches/fix-864330.patch:
  - fix windows which can have towed moving (LP: #864330)
* debian/patches/fix-864478.patch:
  - Window shading is broken (LP: #864478)

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
 
212
212
        void readIconHint ();
213
213
 
214
 
        void addPendingConfigure (XWindowChanges &, unsigned int);
 
214
        bool checkClear ();
215
215
 
216
216
    public:
217
217
 
290
290
        typedef std::pair <XWindowChanges, unsigned int> XWCValueMask;
291
291
 
292
292
        compiz::X11::PendingEventQueue pendingConfigures;
 
293
        CompTimer                     mClearCheckTimeout;
293
294
        bool pendingPositionUpdates;
294
295
 
295
296
        struct timeval lastConfigureRequest;