From a671fc51d25c2adb723d2edf96c36011211f4b81 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 26 Apr 2019 18:32:59 +1200 Subject: [PATCH] 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 --- types/seat/wlr_seat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {