summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandshellsurface.h
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2012-03-01 13:56:07 +0100
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-03-02 13:25:20 +0100
commit02f4909bc693f15a0e532e1ba47faef1da6a15aa (patch)
treebab205c50030c0a65211480279bb5846606549e8 /src/plugins/platforms/wayland/qwaylandshellsurface.h
parentc5163c53337b72e0c28aebe89580d2ef5986d339 (diff)
Got rid of warnings in wayland plugin source.
Change-Id: Id3b39213da79daff2ea952eb0ba90272f98a7da7 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
Diffstat (limited to 'src/plugins/platforms/wayland/qwaylandshellsurface.h')
-rw-r--r--src/plugins/platforms/wayland/qwaylandshellsurface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandshellsurface.h b/src/plugins/platforms/wayland/qwaylandshellsurface.h
index 79fe164f2..4c77b70f8 100644
--- a/src/plugins/platforms/wayland/qwaylandshellsurface.h
+++ b/src/plugins/platforms/wayland/qwaylandshellsurface.h
@@ -52,6 +52,7 @@ public:
QWaylandShellSurface(struct wl_shell_surface *shell_surface, QWaylandWindow *window);
struct wl_shell_surface *handle() const { return m_shell_surface; }
+
private:
struct wl_shell_surface *m_shell_surface;
QWaylandWindow *m_window;
@@ -62,6 +63,8 @@ private:
uint32_t edges,
int32_t width,
int32_t height);
+ static void popup_done(void *data,
+ struct wl_shell_surface *wl_shell_surface);
static const struct wl_shell_surface_listener m_shell_surface_listener;
};