Fix compositor-wayland

This commit is contained in:
Kristian Høgsberg 2010-12-17 09:54:45 -05:00
parent 82da52b15b
commit cbe6f04388

View file

@ -334,8 +334,7 @@ static const struct wl_output_listener output_listener = {
static void static void
handle_configure(void *data, struct wl_shell *shell, handle_configure(void *data, struct wl_shell *shell,
uint32_t time, uint32_t edges, uint32_t time, uint32_t edges,
struct wl_surface *surface, struct wl_surface *surface, int32_t width, int32_t height)
int32_t x, int32_t y, int32_t width, int32_t height)
{ {
#if 0 #if 0
struct output *output = wl_surface_get_user_data(surface); struct output *output = wl_surface_get_user_data(surface);