summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-04-16 11:02:30 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-22 09:14:32 +0200
commit48126502434c0c966a744e113b4a420656d8c206 (patch)
tree93d33a1d738c3b9b0cd264766e8e356b515485c5 /src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.h
parent17b37f7e907d10d028b70f43b8afc80a384519a4 (diff)
Egl surfaces can now be invalidated, make sure to recreate them
Change-Id: Ifae97cc4538989bc45641bda5ce2ec8a7d8980ce Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.h')
-rw-r--r--src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.h b/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.h
index d8fdbcfce..6c6c77e09 100644
--- a/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.h
+++ b/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.h
@@ -58,6 +58,7 @@ public:
~QWaylandEglWindow();
WindowType windowType() const;
+ void create();
virtual void setGeometry(const QRect &rect);
QRect contentsRect() const;