summaryrefslogtreecommitdiff
path: root/src/wayland-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland-server.h')
-rw-r--r--src/wayland-server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland-server.h b/src/wayland-server.h
index afd3e69..9f5e8c3 100644
--- a/src/wayland-server.h
+++ b/src/wayland-server.h
@@ -174,7 +174,7 @@ struct wl_input_device {
int32_t x, y;
struct wl_grab *grab;
- struct wl_grab motion_grab;
+ struct wl_grab implicit_grab;
uint32_t grab_time;
int32_t grab_x, grab_y;
uint32_t grab_button;