Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
wl_seat patch
Browse files Browse the repository at this point in the history
  • Loading branch information
r3vn committed Feb 23, 2020
1 parent d4faab8 commit 29efa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/xwayland/xwayland-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -2483,7 +2483,7 @@ input_handler(void *data, struct wl_registry *registry, uint32_t id,
{
struct xwl_screen *xwl_screen = data;

if (strcmp(interface, "wl_seat") == 0 && version >= 3) {
if (strcmp(interface, "wl_seat") == 0 && version >= 2) {
create_input_device(xwl_screen, id, version);
xwl_screen->expecting_event++;
} else if (strcmp(interface, "zwp_relative_pointer_manager_v1") == 0) {
Expand Down

0 comments on commit 29efa63

Please sign in to comment.