~smspillaz/compiz-core/fix_896762

« back to all changes in this revision

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

  • Committer: Sam Spilsbury
  • Date: 2011-11-26 13:58:21 UTC
  • mfrom: (2893.2.10 compiz-core.fix_894688)
  • Revision ID: sam.spilsbury@canonical.com-20111126135821-z8xe81iujfgs991n
MergeĀ lp:~smspillaz/compiz-core/compiz-core.fix_894688

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
        static WindowDecoration * create (Decoration *);
121
121
        static void destroy (WindowDecoration *);
122
122
 
 
123
        void translate (const CompPoint &d);
 
124
 
123
125
    public:
124
126
        Decoration *decor;
125
127
        ScaledQuad *quad;
200
202
        void getOutputExtents (CompWindowExtents&);
201
203
        void resizeNotify (int, int, int, int);
202
204
        void moveNotify (int, int, bool);
 
205
        bool position (compiz::window::Geometry &g,
 
206
                       unsigned int             source,
 
207
                       unsigned int             constrainment);
203
208
        void stateChangeNotify (unsigned int);
204
209
        void updateFrameRegion (CompRegion &region);
205
210
 
206
211
        bool damageRect (bool, const CompRect &);
 
212
        void applyOffset (const CompPoint &);
207
213
 
208
214
        void computeShadowRegion ();
209
215