From 48126502434c0c966a744e113b4a420656d8c206 Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Wed, 16 Apr 2014 11:02:30 +0300 Subject: Egl surfaces can now be invalidated, make sure to recreate them Change-Id: Ifae97cc4538989bc45641bda5ce2ec8a7d8980ce Reviewed-by: Laszlo Agocs Reviewed-by: Gunnar Sletta --- src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.h') 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; -- cgit v1.2.3