ipc: add window::mark event

This commit is contained in:
Ian Fan 2018-07-14 11:10:36 +01:00
parent dd6debf367
commit 317217f2c8
4 changed files with 21 additions and 5 deletions

View file

@ -311,6 +311,8 @@ void view_clear_marks(struct sway_view *view);
bool view_has_mark(struct sway_view *view, char *mark);
void view_add_mark(struct sway_view *view, char *mark);
void view_update_marks_textures(struct sway_view *view);
/**