summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/meego/qmeegopixmapdata.h
diff options
context:
space:
mode:
authorMichael Dominic K <mdk@codethink.co.uk>2010-10-07 16:51:49 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-10-07 16:51:49 (GMT)
commite7db6cd0bddb7203c5460e97e2b8164bbaf420b8 (patch)
treea2b3f1b4c64624b0a8d6fc0310b5d90a2177e50c /src/plugins/graphicssystems/meego/qmeegopixmapdata.h
parente3edad83a1e6e99a551d40d4118352435c6dd710 (diff)
downloadQt-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/plugins/graphicssystems/meego/qmeegopixmapdata.h')
-rw-r--r--src/plugins/graphicssystems/meego/qmeegopixmapdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/graphicssystems/meego/qmeegopixmapdata.h b/src/plugins/graphicssystems/meego/qmeegopixmapdata.h
index 8af33bd..8b1ae14 100644
--- a/src/plugins/graphicssystems/meego/qmeegopixmapdata.h
+++ b/src/plugins/graphicssystems/meego/qmeegopixmapdata.h
@@ -56,6 +56,7 @@ public:
QMeeGoPixmapData();
void fromTexture(GLuint textureId, int w, int h, bool alpha);
+ virtual void fromEGLImage(Qt::HANDLE handle);
virtual void fromEGLSharedImage(Qt::HANDLE handle, const QImage &softImage);
virtual void fromImage (const QImage &image, Qt::ImageConversionFlags flags);
virtual QImage toImage() const;