diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-12-18 08:49:04 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-12-18 08:49:04 -0500 |
| commit | e5fcb01a212292b73e7985c0c29a488c67ce4300 (patch) | |
| tree | 043576061b89d25ec7c3837987a3ce520dd9f623 /include/extensions.h | |
| parent | f5048942624f1c6777cf005042ba97faf37d7e47 (diff) | |
Add shims for swaylock on compositor
Diffstat (limited to 'include/extensions.h')
| -rw-r--r-- | include/extensions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/extensions.h b/include/extensions.h index c677798f..311ead1d 100644 --- a/include/extensions.h +++ b/include/extensions.h @@ -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; }; |
