summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-03-17 18:52:47 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-03-17 18:52:47 -0400
commite7e1081a93078d5a439a34039c512a7352b184ab (patch)
treed0f2a2aeb742e3abbc3da0c251d1e9c7f18d7f16 /include
parentMerge pull request #515 from mikkeloscar/focus-correct-swaylock-view (diff)
parentRemove unused panel_size (and fix rearrange) (diff)
downloadsway-e7e1081a93078d5a439a34039c512a7352b184ab.tar.gz
sway-e7e1081a93078d5a439a34039c512a7352b184ab.tar.zst
sway-e7e1081a93078d5a439a34039c512a7352b184ab.zip
Merge pull request #516 from mikkeloscar/remove-panel_size
Remove unused panel_size (and fix rearrange)
Diffstat (limited to 'include')
-rw-r--r--include/extensions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extensions.h b/include/extensions.h
index 164688ee..158a40a2 100644
--- a/include/extensions.h
+++ b/include/extensions.h
@@ -28,7 +28,6 @@ struct desktop_shell_state {
28 list_t *panels; 28 list_t *panels;
29 list_t *lock_surfaces; 29 list_t *lock_surfaces;
30 bool is_locked; 30 bool is_locked;
31 struct wlc_size panel_size;
32}; 31};
33 32
34struct swaylock_state { 33struct swaylock_state {