~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-22 06:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3352.
  • Revision ID: package-import@ubuntu.com-20130822065807-17nlzez0d30y09so
Tags: upstream-0.9.10+13.10.20130822
ImportĀ upstreamĀ versionĀ 0.9.10+13.10.20130822

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        cairo_t           *cr;
59
59
 
60
60
        void draw (const GLMatrix &transform,
61
 
                   int             x,
62
 
                   int y);
 
61
                   int            x,
 
62
                   int            y);
63
63
 
64
64
        void renderBackground ();
65
65
        void renderText ();
123
123
 
124
124
        void
125
125
        grabNotify (int,
126
 
                    int,
127
 
                    unsigned int,
128
 
                    unsigned int);
 
126
                    int,
 
127
                    unsigned int,
 
128
                    unsigned int);
129
129
 
130
130
        void
131
131
        ungrabNotify ();