summaryrefslogtreecommitdiff
path: root/clients/window.c
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-05-11 13:16:33 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-05-11 13:16:33 +0200
commit6373430703d8e28682df9269628e0630d79cdf8f (patch)
tree776fece78ba098dfa43143ac0bf27fb4442187a2 /clients/window.c
parente7b8d9055ef570ad05b44aef8c61cabf413a2f82 (diff)
Follow resize edges type change to enum wl_shell_resizevisual
Diffstat (limited to 'clients/window.c')
-rw-r--r--clients/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/window.c b/clients/window.c
index 8c3f8d2..391bcaa 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -1245,7 +1245,7 @@ window_activate_drag(struct wl_drag *drag, struct window *window,
static void
handle_configure(void *data, struct wl_shell *shell,
- uint32_t time, uint32_t edges,
+ uint32_t time, enum wl_shell_resize edges,
struct wl_surface *surface, int32_t width, int32_t height)
{
struct window *window = wl_surface_get_user_data(surface);