src/opengl/qgraphicssystem_gl_p.h
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/src/opengl/qgraphicssystem_gl_p.h	Mon Jun 21 22:38:13 2010 +0100
+++ b/src/opengl/qgraphicssystem_gl_p.h	Thu Jul 22 16:41:55 2010 +0100
@@ -62,10 +62,12 @@
 class Q_OPENGL_EXPORT QGLGraphicsSystem : public QGraphicsSystem
 {
 public:
-    QGLGraphicsSystem();
+    QGLGraphicsSystem(bool useX11GL);
 
     QPixmapData *createPixmapData(QPixmapData::PixelType type) const;
     QWindowSurface *createWindowSurface(QWidget *widget) const;
+private:
+    bool m_useX11GL;
 };
 
 QT_END_NAMESPACE