diff options
Diffstat (limited to 'src/opengl/qwindowsurface_x11gl_p.h')
-rw-r--r-- | src/opengl/qwindowsurface_x11gl_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opengl/qwindowsurface_x11gl_p.h b/src/opengl/qwindowsurface_x11gl_p.h index 90f3ad5..3a952e8 100644 --- a/src/opengl/qwindowsurface_x11gl_p.h +++ b/src/opengl/qwindowsurface_x11gl_p.h @@ -70,7 +70,8 @@ public: bool scroll(const QRegion &area, int dx, int dy); private: - GC m_GC; + GC m_windowGC; + GC m_pixmapGC; QPixmap m_backBuffer; QWidget *m_window; }; |