summaryrefslogtreecommitdiffstats
path: root/sway/extensions.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/extensions.c')
-rw-r--r--sway/extensions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/extensions.c b/sway/extensions.c
index 7769f86e..1ca66468 100644
--- a/sway/extensions.c
+++ b/sway/extensions.c
@@ -162,5 +162,5 @@ void register_extensions(void) {
162 desktop_shell.panel_position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM; 162 desktop_shell.panel_position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
163 desktop_shell.lock_surfaces = create_list(); 163 desktop_shell.lock_surfaces = create_list();
164 desktop_shell.is_locked = false; 164 desktop_shell.is_locked = false;
165 wl_global_create(wlc_get_wl_display(), &lock_interface, 3, NULL, swaylock_bind); 165 wl_global_create(wlc_get_wl_display(), &lock_interface, 1, NULL, swaylock_bind);
166} 166}