input: bump wl_seat version to 7

Version 7 only restricts how the client can mmap the keymap fd so
bumping this is safe.

Signed-off-by: Sebastian Wick <sebastian@sebastianwick.net>
This commit is contained in:
Sebastian Wick 2019-11-01 02:23:15 +01:00
parent 5b64fbd965
commit da50a2a532

View file

@ -3441,7 +3441,7 @@ weston_seat_init(struct weston_seat *seat, struct weston_compositor *ec,
wl_signal_init(&seat->destroy_signal);
wl_signal_init(&seat->updated_caps_signal);
seat->global = wl_global_create(ec->wl_display, &wl_seat_interface, 6,
seat->global = wl_global_create(ec->wl_display, &wl_seat_interface, 7,
seat, bind_seat);
seat->compositor = ec;