mirror of
https://github.com/swaywm/sway.git
synced 2025-11-16 06:59:49 -05:00
Fix lock extension setup in compositor
This commit is contained in:
parent
253efad437
commit
eefc93db43
2 changed files with 4 additions and 4 deletions
|
|
@ -162,5 +162,5 @@ void register_extensions(void) {
|
|||
desktop_shell.panel_position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
|
||||
desktop_shell.lock_surfaces = create_list();
|
||||
desktop_shell.is_locked = false;
|
||||
wl_global_create(wlc_get_wl_display(), &lock_interface, 3, NULL, swaylock_bind);
|
||||
wl_global_create(wlc_get_wl_display(), &lock_interface, 1, NULL, swaylock_bind);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue