summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandshellsurface.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-05-08 12:41:30 +0300
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-05-09 09:12:45 +0200
commit9d7ef928ce0febdcee3cb4327b7f4fc559d3aba1 (patch)
tree4c25918fca8fc4a2259c89708eabd328e264d5aa /src/plugins/platforms/wayland/qwaylandshellsurface.h
parent675b41de61ff9e58f16725eba8ef04861039acf1 (diff)
Update to wayland head
Change-Id: Ie012861bc40e3bc448d85c9d8c27f798434020ed Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
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,