diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-06-08 20:34:11 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-06-08 20:34:11 -0400 |
commit | 478d9265f9a01b2dd1ed92d640081d3dd82f1c87 (patch) | |
tree | 641dcd49aacf3148cedfe542235ed7fc6c53ed88 /wayland-protocol.c | |
parent | 945ea0e743a80cc9d47e71bff6f733500e857f36 (diff) |
Send device name at connect time
Diffstat (limited to 'wayland-protocol.c')
-rw-r--r-- | wayland-protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland-protocol.c b/wayland-protocol.c index 7d3b83a..19e5db7 100644 --- a/wayland-protocol.c +++ b/wayland-protocol.c @@ -46,6 +46,7 @@ static const struct wl_message compositor_methods[] = { }; static const struct wl_message compositor_events[] = { + { "device", "s" }, { "acknowledge", "uu" }, { "frame", "uu" } }; |