~mc-return/compiz/compiz0.9.9.merge-plugin-startup

« back to all changes in this revision

Viewing changes to plugins/opengl/src/privates.h

MergedĀ latestĀ lp:compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <composite/composite.h>
34
34
#include <opengl/opengl.h>
35
35
#include <core/atoms.h>
 
36
#include <core/configurerequestbuffer.h>
36
37
 
37
38
#ifdef USE_GLES
38
39
#include <opengl/framebufferobject.h>
283
284
        GLVertexBuffer::AutoProgram *autoProgram;
284
285
 
285
286
        std::list<GLIcon> icons;
 
287
 
 
288
        compiz::window::configure_buffers::Releasable::Ptr configureLock;
286
289
};
287
290
 
288
291
#endif