diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-02-18 13:54:51 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2009-04-01 14:32:51 (GMT) |
commit | d903f379470fb9f9159fbf37f2cfc02638cd05f6 (patch) | |
tree | 2c3211bb9f8492337601303c7420a424ae4fbf59 /src/opengl/qpixmapdata_gl_p.h | |
parent | 6513e4b9513dfc591c53744517f05aa3c522ace3 (diff) | |
download | Qt-d903f379470fb9f9159fbf37f2cfc02638cd05f6.zip Qt-d903f379470fb9f9159fbf37f2cfc02638cd05f6.tar.gz Qt-d903f379470fb9f9159fbf37f2cfc02638cd05f6.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/qpixmapdata_gl_p.h b/src/opengl/qpixmapdata_gl_p.h index e450f01..97f4959 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; |