aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-07-14 11:10:36 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-01 16:57:15 +0100
commit317217f2c87aba4463806e211c22296ac9230b6c (patch)
treedade74c4b5a98b4f1e71e28aad771e6726b0e9a3 /include
parentipc: add barconfig_update event on config reload (diff)
downloadsway-317217f2c87aba4463806e211c22296ac9230b6c.tar.gz
sway-317217f2c87aba4463806e211c22296ac9230b6c.tar.zst
sway-317217f2c87aba4463806e211c22296ac9230b6c.zip
ipc: add window::mark event
Diffstat (limited to 'include')
-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/**