mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Add shims for swaylock on compositor
This commit is contained in:
parent
7f7be26cfe
commit
7558a274fa
3 changed files with 59 additions and 12 deletions
|
|
@ -21,6 +21,8 @@ struct panel_config {
|
|||
struct desktop_shell_state {
|
||||
list_t *backgrounds;
|
||||
list_t *panels;
|
||||
list_t *lock_surfaces;
|
||||
bool is_locked;
|
||||
enum desktop_shell_panel_position panel_position;
|
||||
struct wlc_size panel_size;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue