diff options
author | Scott Anderson <scott@anderso.nz> | 2019-04-26 18:32:59 +1200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-26 07:57:37 -0600 |
commit | a671fc51d25c2adb723d2edf96c36011211f4b81 (patch) | |
tree | bbcf2d0fad49b379a70a8087b95ea68bd1216e8a | |
parent | 8d3369d70ff812a302d7e2be62445727a32e204c (diff) |
Advertise wl_seat version 7
This does not require any code changes, as we already copy the keymap
data separately for each client.
For details, see https://gitlab.freedesktop.org/wayland/wayland/commit/905c0a341ddf0a885811d19e2b79c65a3f1d210c
-rw-r--r-- | types/seat/wlr_seat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/seat/wlr_seat.c b/types/seat/wlr_seat.c index b5f1d540..5fd02645 100644 --- a/types/seat/wlr_seat.c +++ b/types/seat/wlr_seat.c @@ -12,7 +12,7 @@ #include "types/wlr_seat.h" #include "util/signal.h" -#define SEAT_VERSION 6 +#define SEAT_VERSION 7 static void seat_handle_get_pointer(struct wl_client *client, struct wl_resource *seat_resource, uint32_t id) { |