~lbrulet-8/compiz-plugins-main/fix-876591

« back to all changes in this revision

Viewing changes to snap/src/snap.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-10-12 10:49:59 UTC
  • Revision ID: james.westby@ubuntu.com-20111012104959-sqqdj62grtdhz4ca
Tags: 1:0.9.6-0ubuntu4
* debian/patches/fix-872161.patch:
  - When grabbing a window to demaximize it after dragging it up,
    sometimes the position will not be where you expect it to be
    (LP: #872161)

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        void resizeNotify (int dx, int dy, int dwidth, int dheight);
110
110
        void moveNotify (int dx, int dy, bool immediate);
111
111
        void grabNotify (int x, int y, unsigned int state, unsigned int mask);
 
112
        void stateChangeNotify (unsigned int lastState);
112
113
        void ungrabNotify ();
113
114
 
114
115
    private:
134
135
        bool skipNotify;
135
136
 
136
137
 
137
 
        void move (int dx, int dy);
 
138
        void move (int dx, int dy, bool sync);
138
139
        void resize (int dx, int dy, int dwidth, int dheight);
139
140
 
140
141
        void addEdge (Window id, int position, int start, int end,
146
147
        void moveCheckNearestEdge (int position, int start, int end,
147
148
                                   bool before, EdgeType type,
148
149
                                   int snapDirection);
149
 
        void moveCheckEdges ();
 
150
        void moveCheckEdges (int snapDirection);
150
151
        void resizeCheckNearestEdge (int position, int start, int end,
151
152
                                     bool before, EdgeType type,
152
153
                                     int snapDirection);