summaryrefslogtreecommitdiffstats
path: root/include/sway/tree
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <RyanDwyer@users.noreply.github.com>2018-08-02 08:17:25 +1000
committerLibravatar GitHub <noreply@github.com>2018-08-02 08:17:25 +1000
commit4cc0855f21a2704314aa7b8973ceae7a8b463a1a (patch)
tree92d5b04c01c2da2bce20819ade8ed834bf2e420c /include/sway/tree
parentMerge pull request #2397 from chr0me-sh/hide-cursor-if-no-pointer (diff)
parentipc: remove extraneous values (diff)
downloadsway-4cc0855f21a2704314aa7b8973ceae7a8b463a1a.tar.gz
sway-4cc0855f21a2704314aa7b8973ceae7a8b463a1a.tar.zst
sway-4cc0855f21a2704314aa7b8973ceae7a8b463a1a.zip
Merge pull request #2264 from ianyfan/ipc
IPC Events (1.0)
Diffstat (limited to 'include/sway/tree')
-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/**