From 9d7ef928ce0febdcee3cb4327b7f4fc559d3aba1 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 8 May 2012 12:41:30 +0300 Subject: Update to wayland head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie012861bc40e3bc448d85c9d8c27f798434020ed Reviewed-by: Samuel Rødal --- src/plugins/platforms/wayland/qwaylandshellsurface.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/platforms/wayland/qwaylandshellsurface.h') 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, -- cgit v1.2.3