]> Pileus Git - ~andy/gtk/commitdiff
wayland: Protocol change: configure event
authorRob Bradford <rob@linux.intel.com>
Wed, 11 Jul 2012 13:38:28 +0000 (14:38 +0100)
committerRob Bradford <rob@linux.intel.com>
Thu, 12 Jul 2012 14:58:38 +0000 (15:58 +0100)
The 'time' value has been removed.

gdk/wayland/gdkwindow-wayland.c

index edc6e89677525947fc82dcf7f725f68143374a8a..731c0fd8b2e90fdb1f893866d409813f0e7ff116 100644 (file)
@@ -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)