mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
session-lock: refactor
No changes in logic.
This commit is contained in:
parent
30694c2174
commit
11f02075c2
2 changed files with 19 additions and 10 deletions
|
|
@ -19,7 +19,7 @@ struct session_lock_manager {
|
|||
struct wlr_session_lock_v1 *lock;
|
||||
bool locked;
|
||||
|
||||
struct wl_list session_lock_outputs;
|
||||
struct wl_list lock_outputs;
|
||||
|
||||
struct wl_listener new_lock;
|
||||
struct wl_listener destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue