From cbe6f0438813a18a06ac88b93a1fe295b3092804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 17 Dec 2010 09:54:45 -0500 Subject: [PATCH] Fix compositor-wayland --- compositor/compositor-wayland.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compositor/compositor-wayland.c b/compositor/compositor-wayland.c index b216ebdd..a7a7874f 100644 --- a/compositor/compositor-wayland.c +++ b/compositor/compositor-wayland.c @@ -334,8 +334,7 @@ static const struct wl_output_listener output_listener = { static void handle_configure(void *data, struct wl_shell *shell, uint32_t time, uint32_t edges, - struct wl_surface *surface, - int32_t x, int32_t y, int32_t width, int32_t height) + struct wl_surface *surface, int32_t width, int32_t height) { #if 0 struct output *output = wl_surface_get_user_data(surface);