summaryrefslogtreecommitdiffstats
path: root/swaylock/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaylock/main.c')
-rw-r--r--swaylock/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaylock/main.c b/swaylock/main.c
index ed8c5607..d1384c6f 100644
--- a/swaylock/main.c
+++ b/swaylock/main.c
@@ -277,7 +277,7 @@ static void handle_global(void *data, struct wl_registry *registry,
277 &wl_shm_interface, 1); 277 &wl_shm_interface, 1);
278 } else if (strcmp(interface, wl_seat_interface.name) == 0) { 278 } else if (strcmp(interface, wl_seat_interface.name) == 0) {
279 struct wl_seat *seat = wl_registry_bind( 279 struct wl_seat *seat = wl_registry_bind(
280 registry, name, &wl_seat_interface, 1); 280 registry, name, &wl_seat_interface, 3);
281 wl_seat_add_listener(seat, &seat_listener, state); 281 wl_seat_add_listener(seat, &seat_listener, state);
282 } else if (strcmp(interface, zwlr_layer_shell_v1_interface.name) == 0) { 282 } else if (strcmp(interface, zwlr_layer_shell_v1_interface.name) == 0) {
283 state->layer_shell = wl_registry_bind( 283 state->layer_shell = wl_registry_bind(