mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
session-lock: use unified map logic
This commit is contained in:
parent
c63f3659c5
commit
229abfae0c
2 changed files with 7 additions and 14 deletions
|
|
@ -65,7 +65,7 @@ struct wlr_session_lock_surface_v1 {
|
|||
struct wlr_output *output;
|
||||
struct wlr_surface *surface;
|
||||
|
||||
bool configured, mapped;
|
||||
bool configured;
|
||||
|
||||
struct wl_list configure_list; // wlr_session_lock_surface_v1_configure.link
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue