Add shims for swaylock on compositor

This commit is contained in:
Drew DeVault 2015-12-18 08:49:04 -05:00
parent 7f7be26cfe
commit 7558a274fa
3 changed files with 59 additions and 12 deletions

View file

@ -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;
};