summaryrefslogtreecommitdiffstats
path: root/src/opengl/qpixmapdata_gl_p.h
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-02-18 14:54:51 +0100
committerGunnar Sletta <gunnar@trolltech.com>2009-04-01 16:32:51 +0200
commitd903f379470fb9f9159fbf37f2cfc02638cd05f6 (patch)
tree2c3211bb9f8492337601303c7420a424ae4fbf59 /src/opengl/qpixmapdata_gl_p.h
parent6513e4b9513dfc591c53744517f05aa3c522ace3 (diff)
Fixes: Enable use of the GL pixmap backend in the GL 2 paint engine.
Diffstat (limited to 'src/opengl/qpixmapdata_gl_p.h')
-rw-r--r--src/opengl/qpixmapdata_gl_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/qpixmapdata_gl_p.h b/src/opengl/qpixmapdata_gl_p.h
index e450f01bbc..97f4959eac 100644
--- a/src/opengl/qpixmapdata_gl_p.h
+++ b/src/opengl/qpixmapdata_gl_p.h
@@ -97,6 +97,7 @@ private:
int m_width;
int m_height;
+ mutable QGLContext *m_ctx;
mutable GLuint m_texture;
mutable bool m_dirty;
mutable QImage m_source;