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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 611c4f0b..b51c54b5 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -157,9 +157,7 @@ void view_set_activated(struct sway_view *view, bool activated);
157 157
158void view_close(struct sway_view *view); 158void view_close(struct sway_view *view);
159 159
160void view_damage_whole(struct sway_view *view); 160void view_damage(struct sway_view *view, bool whole);
161
162void view_damage_from(struct sway_view *view);
163 161
164void view_for_each_surface(struct sway_view *view, 162void view_for_each_surface(struct sway_view *view,
165 wlr_surface_iterator_func_t iterator, void *user_data); 163 wlr_surface_iterator_func_t iterator, void *user_data);