~compiz-team/compiz/0.9.12

« back to all changes in this revision

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

  • Committer: Sam Spilsbury
  • Date: 2012-08-22 10:07:45 UTC
  • mfrom: (3201.2.177 gles2)
  • mto: (3248.1.29 compiz)
  • mto: This revision was merged to the branch mainline in revision 3451.
  • Revision ID: sam.spilsbury@canonical.com-20120822100745-j5bofdehkq79wcvq
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
 
277
277
        bool damageRect (bool, const CompRect &);
278
278
 
279
 
        bool glDraw (const GLMatrix &, GLFragment::Attrib &,
 
279
        bool glDraw (const GLMatrix &, const GLWindowPaintAttrib &,
280
280
                     const CompRegion &, unsigned int);
281
 
        void glDecorate (const GLMatrix &, GLFragment::Attrib &,
 
281
        void glDecorate (const GLMatrix &, const GLWindowPaintAttrib &,
282
282
                         const CompRegion &, unsigned int);
283
283
 
284
284
        void windowNotify (CompWindowNotify n);