summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandshellsurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/wayland/qwaylandshellsurface.h')
-rw-r--r--src/plugins/platforms/wayland/qwaylandshellsurface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandshellsurface.h b/src/plugins/platforms/wayland/qwaylandshellsurface.h
index 148bb0e18..143877366 100644
--- a/src/plugins/platforms/wayland/qwaylandshellsurface.h
+++ b/src/plugins/platforms/wayland/qwaylandshellsurface.h
@@ -63,10 +63,15 @@ public:
struct wl_shell_surface *handle() const { return m_shell_surface; }
+ void setTitle(const char *title);
+
private:
struct wl_shell_surface *m_shell_surface;
QWaylandWindow *m_window;
+ static void ping(void *data,
+ struct wl_shell_surface *wl_shell_surface,
+ uint32_t serial);
static void configure(void *data,
struct wl_shell_surface *wl_shell_surface,
uint32_t edges,