diff options
author | Michael Dominic K <mdk@codethink.co.uk> | 2010-10-07 16:51:49 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2010-10-07 16:51:49 (GMT) |
commit | e7db6cd0bddb7203c5460e97e2b8164bbaf420b8 (patch) | |
tree | a2b3f1b4c64624b0a8d6fc0310b5d90a2177e50c /src/gui | |
parent | e3edad83a1e6e99a551d40d4118352435c6dd710 (diff) | |
download | Qt-e7db6cd0bddb7203c5460e97e2b8164bbaf420b8.zip Qt-e7db6cd0bddb7203c5460e97e2b8164bbaf420b8.tar.gz Qt-e7db6cd0bddb7203c5460e97e2b8164bbaf420b8.tar.bz2 |
Live texture updates to meegographicssystem plugin.
Merge-request: 848
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/image/qpixmap_x11_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/image/qpixmap_x11_p.h b/src/gui/image/qpixmap_x11_p.h index 821fb69..f171281 100644 --- a/src/gui/image/qpixmap_x11_p.h +++ b/src/gui/image/qpixmap_x11_p.h @@ -115,6 +115,7 @@ private: friend class QEglContext; // Needs gl_surface friend class QGLContext; // Needs gl_surface friend class QX11GLPixmapData; // Needs gl_surface + friend class QMeeGoGraphicsSystem; // Needs gl_surface and flags friend bool qt_createEGLSurfaceForPixmap(QPixmapData*, bool); // Needs gl_surface void release(); |