aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/layers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/layers.h')
-rw-r--r--include/sway/layers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/layers.h b/include/sway/layers.h
index f8508493..9220bdb5 100644
--- a/include/sway/layers.h
+++ b/include/sway/layers.h
@@ -55,6 +55,10 @@ struct sway_layer_subsurface {
55}; 55};
56 56
57struct sway_output; 57struct sway_output;
58
59struct wlr_layer_surface_v1 *toplevel_layer_surface_from_surface(
60 struct wlr_surface *surface);
61
58void arrange_layers(struct sway_output *output); 62void arrange_layers(struct sway_output *output);
59 63
60struct sway_layer_surface *layer_from_wlr_layer_surface_v1( 64struct sway_layer_surface *layer_from_wlr_layer_surface_v1(