diff options
Diffstat (limited to 'tizen/src/ui/mainwindow.h')
-rw-r--r-- | tizen/src/ui/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tizen/src/ui/mainwindow.h b/tizen/src/ui/mainwindow.h index 55696070e2..84159c7cae 100644 --- a/tizen/src/ui/mainwindow.h +++ b/tizen/src/ui/mainwindow.h @@ -88,7 +88,7 @@ public: void turnOnMovingMode(); void turnOffMovingMode(); - void updateTexture(unsigned int texture); + void updateTexture(void *dpy_item); public slots: void slotContextMenu(const QPoint &pos); |