aboutsummaryrefslogtreecommitdiff
path: root/include/sway/layers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/layers.h')
-rw-r--r--include/sway/layers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/layers.h b/include/sway/layers.h
index 73fb7cb8..22054be1 100644
--- a/include/sway/layers.h
+++ b/include/sway/layers.h
@@ -21,4 +21,7 @@ struct sway_layer_surface {
struct wlr_box geo;
};
+struct sway_output;
+void arrange_layers(struct sway_output *output);
+
#endif