~townsend/compiz/fix-auto-vp-switch-0.9.10

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Sami Jaktholm
  • Date: 2013-07-21 19:43:01 UTC
  • mfrom: (3759.3.1 fix-1090713)
  • Revision ID: tarmac-20130721194301-tcdrx1rz0ppjyi0h
Expo: Recompute glow quads if a desktop window is resized.

(LP: #1090713). Fixes: https://bugs.launchpad.net/bugs/1090713.

Approved by PS Jenkins bot, MC Return, Sam Spilsbury.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
};
159
159
 
160
160
class ExpoWindow :
 
161
    public WindowInterface,
161
162
    public CompositeWindowInterface,
162
163
    public GLWindowInterface,
163
164
    public PluginClassHandler<ExpoWindow, CompWindow>
200
201
        void
201
202
        computeGlowQuads (GLTexture::Matrix *matrix);
202
203
 
 
204
        void
 
205
        resizeNotify (int, int, int, int);
 
206
 
203
207
        CompWindow      *window;
204
208
        CompositeWindow *cWindow;
205
209
        GLWindow        *gWindow;