aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 10a14207..c1763b26 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -93,8 +93,8 @@ void output_view_for_each_surface(struct sway_view *view,
93 struct sway_output *output, struct root_geometry *geo, 93 struct sway_output *output, struct root_geometry *geo,
94 wlr_surface_iterator_func_t iterator, void *user_data); 94 wlr_surface_iterator_func_t iterator, void *user_data);
95 95
96void output_layer_for_each_surface(struct wl_list *layer_surfaces, 96void output_layer_for_each_surface(struct sway_output *output,
97 struct root_geometry *geo, wlr_surface_iterator_func_t iterator, 97 struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
98 void *user_data); 98 void *user_data);
99 99
100#ifdef HAVE_XWAYLAND 100#ifdef HAVE_XWAYLAND