summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2012-07-11 14:38:28 +0100
committerRob Bradford <rob@linux.intel.com>2012-07-12 15:58:38 +0100
commit6cdb75256e9fd975b24cd053bd6f9418060d669c (patch)
treeee8e05e5d4d28f52ad56807aae0cb8262693cfd5 /gdk
parent0d1ae2e0dda2470deaaa034281a366e369d3d2d3 (diff)
downloadgtk+-6cdb75256e9fd975b24cd053bd6f9418060d669c.tar.gz
wayland: Protocol change: configure event
The 'time' value has been removed.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/wayland/gdkwindow-wayland.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
index edc6e89677..731c0fd8b2 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)