aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/layers.h
diff options
context:
space:
mode:
authorLibravatar Aleksis <aleksis.jauntevs@ml1.net>2019-09-07 20:08:39 +0300
committerLibravatar Simon Ser <contact@emersion.fr>2019-09-07 20:22:54 +0300
commit982e01f46c1a4e6cc7cc7c8b706e1c3881db709f (patch)
treea18209a959dd3f7bfa8a1379c313230d280f0748 /include/sway/layers.h
parentsway.5: clarify that a marks are unqiue (diff)
downloadsway-982e01f46c1a4e6cc7cc7c8b706e1c3881db709f.tar.gz
sway-982e01f46c1a4e6cc7cc7c8b706e1c3881db709f.tar.zst
sway-982e01f46c1a4e6cc7cc7c8b706e1c3881db709f.zip
remove unused layer shell surface variable
Diffstat (limited to 'include/sway/layers.h')
-rw-r--r--include/sway/layers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/layers.h b/include/sway/layers.h
index 01d066d5..255af8a0 100644
--- a/include/sway/layers.h
+++ b/include/sway/layers.h
@@ -21,7 +21,6 @@ struct sway_layer_surface {
21 struct wl_listener output_destroy; 21 struct wl_listener output_destroy;
22 struct wl_listener new_popup; 22 struct wl_listener new_popup;
23 23
24 bool configured;
25 struct wlr_box geo; 24 struct wlr_box geo;
26}; 25};
27 26