summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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