summaryrefslogtreecommitdiff
path: root/src/plugins/platforms/qwayland-egl/qwaylandeglwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/qwayland-egl/qwaylandeglwindow.h')
-rw-r--r--src/plugins/platforms/qwayland-egl/qwaylandeglwindow.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/platforms/qwayland-egl/qwaylandeglwindow.h b/src/plugins/platforms/qwayland-egl/qwaylandeglwindow.h
index dfc5a26d..f973547a 100644
--- a/src/plugins/platforms/qwayland-egl/qwaylandeglwindow.h
+++ b/src/plugins/platforms/qwayland-egl/qwaylandeglwindow.h
@@ -58,6 +58,7 @@ public:
~QWaylandEglWindow();
WindowType windowType() const;
+ virtual void setGeometry(const QRect &rect);
QRect contentsRect() const;
EGLSurface eglSurface() const;
@@ -68,11 +69,6 @@ public:
void bindContentFBO();
- void redraw();
-
-protected:
- void createDecorationInstance();
-
private:
QWaylandEglIntegration *m_eglIntegration;
mutable struct wl_egl_window *m_waylandEglWindow;