~smspillaz/compiz-core/compiz-core.fix_894633_geometry_saver_class

« back to all changes in this revision

Viewing changes to plugins/opengl/include/opengl/opengl.h

Merged fix-timer-warnings-893998 into compiz-core.fix_894633_geometry_saver_class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
385
385
         */
386
386
        const float * projectionMatrix ();
387
387
 
388
 
        WRAPABLE_HND (0, GLScreenInterface, bool, glInitContext, XVisualInfo *);
389
 
        WRAPABLE_HND (1, GLScreenInterface, bool, glPaintOutput,
 
388
        bool glInitContext (XVisualInfo *);
 
389
 
 
390
        WRAPABLE_HND (0, GLScreenInterface, bool, glPaintOutput,
390
391
                      const GLScreenPaintAttrib &, const GLMatrix &,
391
392
                      const CompRegion &, CompOutput *, unsigned int);
392
 
        WRAPABLE_HND (2, GLScreenInterface, void, glPaintTransformedOutput,
 
393
        WRAPABLE_HND (1, GLScreenInterface, void, glPaintTransformedOutput,
393
394
                      const GLScreenPaintAttrib &,
394
395
                      const GLMatrix &, const CompRegion &, CompOutput *,
395
396
                      unsigned int);
396
 
        WRAPABLE_HND (3, GLScreenInterface, void, glApplyTransform,
 
397
        WRAPABLE_HND (2, GLScreenInterface, void, glApplyTransform,
397
398
                      const GLScreenPaintAttrib &, CompOutput *, GLMatrix *);
398
399
 
399
 
        WRAPABLE_HND (4, GLScreenInterface, void, glEnableOutputClipping,
 
400
        WRAPABLE_HND (3, GLScreenInterface, void, glEnableOutputClipping,
400
401
                      const GLMatrix &, const CompRegion &, CompOutput *);
401
 
        WRAPABLE_HND (5, GLScreenInterface, void, glDisableOutputClipping);
 
402
        WRAPABLE_HND (4, GLScreenInterface, void, glDisableOutputClipping);
402
403
 
403
404
        friend class GLTexture;
404
405