summaryrefslogtreecommitdiffstats
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, 2 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 0152ed55..800df073 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -311,6 +311,8 @@ void view_clear_marks(struct sway_view *view);
311 311
312bool view_has_mark(struct sway_view *view, char *mark); 312bool view_has_mark(struct sway_view *view, char *mark);
313 313
314void view_add_mark(struct sway_view *view, char *mark);
315
314void view_update_marks_textures(struct sway_view *view); 316void view_update_marks_textures(struct sway_view *view);
315 317
316/** 318/**