aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 9d4256f7..4ecd8c44 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -184,7 +184,7 @@ void view_set_fullscreen(struct sway_view *view, bool fullscreen);
184 184
185void view_close(struct sway_view *view); 185void view_close(struct sway_view *view);
186 186
187void view_damage(struct sway_view *view, bool whole); 187void view_damage_from(struct sway_view *view);
188 188
189void view_for_each_surface(struct sway_view *view, 189void view_for_each_surface(struct sway_view *view,
190 wlr_surface_iterator_func_t iterator, void *user_data); 190 wlr_surface_iterator_func_t iterator, void *user_data);