summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/wlshellsurface.h
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2012-02-29 16:36:05 +0100
committerJørgen Lind <jorgen.lind@nokia.com>2012-03-05 08:55:30 +0100
commitd36a08d97f03888ffcb77950708195474e7e30d9 (patch)
treeef8804d51b56393565f5284c0236e009f6a7fafd /src/compositor/wayland_wrapper/wlshellsurface.h
parentedd424d1ed41434f979abe42428ed74c664d59a2 (diff)
Upgrade to newer wayland SHA-1.
Change-Id: If0c1d86a3011e266cafabeb875bc5616191a8cf4 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'src/compositor/wayland_wrapper/wlshellsurface.h')
-rw-r--r--src/compositor/wayland_wrapper/wlshellsurface.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/compositor/wayland_wrapper/wlshellsurface.h b/src/compositor/wayland_wrapper/wlshellsurface.h
index 0f2469c57..a4eacd7b1 100644
--- a/src/compositor/wayland_wrapper/wlshellsurface.h
+++ b/src/compositor/wayland_wrapper/wlshellsurface.h
@@ -91,7 +91,10 @@ private:
int y,
uint32_t flags);
static void set_fullscreen(struct wl_client *client,
- struct wl_resource *shell_surface_resource);
+ struct wl_resource *shell_surface_resource,
+ uint32_t method,
+ uint32_t framerate,
+ struct wl_resource *output);
static void set_popup(struct wl_client *client,
struct wl_resource *resource,
struct wl_resource *input_device,
@@ -100,6 +103,9 @@ private:
int32_t x,
int32_t y,
uint32_t flags);
+ static void set_maximized(struct wl_client *client,
+ struct wl_resource *shell_surface_resource,
+ struct wl_resource *output);
static const struct wl_shell_surface_interface shell_surface_interface;