diff -r 5dc02b23752f -r 3e2da88830cd src/opengl/qglframebufferobject.h --- a/src/opengl/qglframebufferobject.h Tue Jul 06 15:10:48 2010 +0300 +++ b/src/opengl/qglframebufferobject.h Wed Aug 18 10:37:55 2010 +0300 @@ -108,6 +108,8 @@ QPaintEngine *paintEngine() const; GLuint handle() const; + static bool bindDefault(); + static bool hasOpenGLFramebufferObjects(); void drawTexture(const QRectF &target, GLuint textureId, GLenum textureTarget = GL_TEXTURE_2D);