summaryrefslogtreecommitdiffstats
path: root/tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h
diff options
context:
space:
mode:
authorMichael Dominic K <mdk@codethink.co.uk>2010-10-07 16:51:50 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-10-07 17:01:56 (GMT)
commitdf61814c228e6f2badf378e25b69daf9941c646b (patch)
tree3382a9f0ca78e0fc68a6317a969962e5a36fa6e2 /tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h
parente7db6cd0bddb7203c5460e97e2b8164bbaf420b8 (diff)
downloadQt-df61814c228e6f2badf378e25b69daf9941c646b.zip
Qt-df61814c228e6f2badf378e25b69daf9941c646b.tar.gz
Qt-df61814c228e6f2badf378e25b69daf9941c646b.tar.bz2
Live texture updates to meegographicssystem helper.
Merge-request: 848 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h')
-rw-r--r--tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h b/tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h
index c2591dc..22347d6 100644
--- a/tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h
+++ b/tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h
@@ -48,19 +48,12 @@ class QMeeGoLivePixmapPrivate
{
public:
Q_DECLARE_PUBLIC(QMeeGoLivePixmap);
- QMeeGoLivePixmapPrivate();
- void copyBackFrom(const void *raw);
+ QMeeGoLivePixmapPrivate(Qt::HANDLE handle);
virtual ~QMeeGoLivePixmapPrivate();
- QSharedMemory *shm;
- int shmSerial;
- bool owns;
- QMeeGoLiveImage *parentImage;
+ Qt::HANDLE handle;
QMeeGoLivePixmap *q_ptr;
-
- friend class QMeeGoLiveImage;
- friend class QMeeGoLiveImagePrivate;
};
#endif