aboutsummaryrefslogtreecommitdiffstats
path: root/wayland-protocol.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-07-20 17:06:19 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-07-20 17:06:19 -0400
commit808fd4186109960f687507fb326f43b3dae75078 (patch)
tree4a7d1f2d8c5fa304a322e2980d84be2aa8c3a0d7 /wayland-protocol.c
parentFix window picking order (diff)
downloadwayland-808fd4186109960f687507fb326f43b3dae75078.tar
wayland-808fd4186109960f687507fb326f43b3dae75078.tar.gz
wayland-808fd4186109960f687507fb326f43b3dae75078.tar.bz2
wayland-808fd4186109960f687507fb326f43b3dae75078.tar.lz
wayland-808fd4186109960f687507fb326f43b3dae75078.tar.xz
wayland-808fd4186109960f687507fb326f43b3dae75078.tar.zst
wayland-808fd4186109960f687507fb326f43b3dae75078.zip
Drop coordinates from buttons press, add timestamp to events
Diffstat (limited to 'wayland-protocol.c')
-rw-r--r--wayland-protocol.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/wayland-protocol.c b/wayland-protocol.c
index 19e5db7..5a989d4 100644
--- a/wayland-protocol.c
+++ b/wayland-protocol.c
@@ -73,11 +73,11 @@ WL_EXPORT const struct wl_interface wl_surface_interface = {
static const struct wl_message input_device_events[] = {
- { "motion", "iiii" },
- { "button", "uuiiii" },
- { "key", "uu" },
- { "pointer_focus", "o" },
- { "keyboard_focus", "oa" },
+ { "motion", "uiiii" },
+ { "button", "uuu" },
+ { "key", "uuu" },
+ { "pointer_focus", "uo" },
+ { "keyboard_focus", "uoa" },
};
WL_EXPORT const struct wl_interface wl_input_device_interface = {