summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.h
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-10-13 12:21:51 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2009-10-19 12:56:39 (GMT)
commit0d0cba294980c5fbb26a2fd3e930c94606e93d03 (patch)
treeb48b45dc8f4014d519950b351b6b6680dfc59f04 /src/opengl/qgl.h
parent22b9079040ae0d4f35781509fa6aea7e38ac47bb (diff)
downloadQt-0d0cba294980c5fbb26a2fd3e930c94606e93d03.zip
Qt-0d0cba294980c5fbb26a2fd3e930c94606e93d03.tar.gz
Qt-0d0cba294980c5fbb26a2fd3e930c94606e93d03.tar.bz2
Add a new QX11GLPixmapData which renders to X pixmaps using GL
Enable it by setting QT_USE_X11GL_PIXMAPS environment variable while using the -graphicssystem opengl
Diffstat (limited to 'src/opengl/qgl.h')
-rw-r--r--src/opengl/qgl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h
index b1c1317..e14e7fb 100644
--- a/src/opengl/qgl.h
+++ b/src/opengl/qgl.h
@@ -411,6 +411,7 @@ private:
friend class QGLFramebufferObjectPrivate;
friend class QGLFBOGLPaintDevice;
friend class QGLPaintDevice;
+ friend class QX11GLPixmapData;
private:
Q_DISABLE_COPY(QGLContext)
};