summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-18 08:49:04 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-18 08:49:04 -0500
commit7558a274faf46c24449e03d53e01c0cf94a13c78 (patch)
tree043576061b89d25ec7c3837987a3ce520dd9f623 /include
parentMerge pull request #356 from sce/output_vs_workspace_size (diff)
downloadsway-7558a274faf46c24449e03d53e01c0cf94a13c78.tar.gz
sway-7558a274faf46c24449e03d53e01c0cf94a13c78.tar.zst
sway-7558a274faf46c24449e03d53e01c0cf94a13c78.zip
Add shims for swaylock on compositor
Diffstat (limited to 'include')
-rw-r--r--include/extensions.h2
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 {
21struct desktop_shell_state { 21struct desktop_shell_state {
22 list_t *backgrounds; 22 list_t *backgrounds;
23 list_t *panels; 23 list_t *panels;
24 list_t *lock_surfaces;
25 bool is_locked;
24 enum desktop_shell_panel_position panel_position; 26 enum desktop_shell_panel_position panel_position;
25 struct wlc_size panel_size; 27 struct wlc_size panel_size;
26}; 28};