From: Rob Bradford Date: Wed, 11 Jul 2012 13:38:28 +0000 (+0100) Subject: wayland: Protocol change: configure event X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=6cdb75256e9fd975b24cd053bd6f9418060d669c;p=~andy%2Fgtk wayland: Protocol change: configure event The 'time' value has been removed. --- diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c index edc6e8967..731c0fd8b 100644 --- a/gdk/wayland/gdkwindow-wayland.c +++ b/gdk/wayland/gdkwindow-wayland.c @@ -661,7 +661,6 @@ gdk_wayland_window_map (GdkWindow *window) static void shell_surface_handle_configure(void *data, struct wl_shell_surface *shell_surface, - uint32_t time, uint32_t edges, int32_t width, int32_t height)