summaryrefslogtreecommitdiffstats
path: root/src/opengl/qpixmapdata_x11gl_p.h
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-10-20 06:57:39 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2009-10-20 06:57:39 (GMT)
commit43b3307bebb9600954e48b0a3b341d5d9b2b26de (patch)
tree8c33252249c572709653c7140c3224b5f18288be /src/opengl/qpixmapdata_x11gl_p.h
parent34e25637f11972c848f78757fe023a9b1360edc9 (diff)
downloadQt-43b3307bebb9600954e48b0a3b341d5d9b2b26de.zip
Qt-43b3307bebb9600954e48b0a3b341d5d9b2b26de.tar.gz
Qt-43b3307bebb9600954e48b0a3b341d5d9b2b26de.tar.bz2
Fix build on desktop X11
Hash-Define out X11GL pixmap data until the GLX implementation is ready.
Diffstat (limited to 'src/opengl/qpixmapdata_x11gl_p.h')
-rw-r--r--src/opengl/qpixmapdata_x11gl_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/opengl/qpixmapdata_x11gl_p.h b/src/opengl/qpixmapdata_x11gl_p.h
index 3e09ba9..bba9bb3 100644
--- a/src/opengl/qpixmapdata_x11gl_p.h
+++ b/src/opengl/qpixmapdata_x11gl_p.h
@@ -74,11 +74,9 @@ public:
QGLContext* context() const;
QSize size() const;
-
static bool hasX11GLPixmaps();
static QGLFormat glFormat();
private:
- static void createPixmapSharedContext(EGLConfig config);
mutable QGLContext* ctx;
};