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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 16451d81..300fcd48 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -116,7 +116,7 @@ void output_view_for_each_surface(struct sway_output *output,
116 struct sway_view *view, sway_surface_iterator_func_t iterator, 116 struct sway_view *view, sway_surface_iterator_func_t iterator,
117 void *user_data); 117 void *user_data);
118 118
119void output_view_for_each_popup(struct sway_output *output, 119void output_view_for_each_popup_surface(struct sway_output *output,
120 struct sway_view *view, sway_surface_iterator_func_t iterator, 120 struct sway_view *view, sway_surface_iterator_func_t iterator,
121 void *user_data); 121 void *user_data);
122 122