summaryrefslogtreecommitdiff
path: root/src/client/qwaylandxdgsurface_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandxdgsurface_p.h')
-rw-r--r--src/client/qwaylandxdgsurface_p.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/client/qwaylandxdgsurface_p.h b/src/client/qwaylandxdgsurface_p.h
index 744d3f37..d2a154ef 100644
--- a/src/client/qwaylandxdgsurface_p.h
+++ b/src/client/qwaylandxdgsurface_p.h
@@ -93,10 +93,15 @@ private:
bool m_fullscreen;
QSize m_size;
- void xdg_surface_ping(uint32_t serial) Q_DECL_OVERRIDE;
- void xdg_surface_configure(uint32_t edges,
- int32_t width,
+ void xdg_surface_configure(int32_t width,
int32_t height) Q_DECL_OVERRIDE;
+ void xdg_surface_change_state(uint32_t state,
+ uint32_t value,
+ uint32_t serial) Q_DECL_OVERRIDE;
+ void xdg_surface_activated() Q_DECL_OVERRIDE;
+ void xdg_surface_deactivated() Q_DECL_OVERRIDE;
+ void xdg_surface_close() Q_DECL_OVERRIDE;
+
friend class QWaylandWindow;
};