summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-07-31 11:38:34 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-06 14:17:58 +0100
commit69e1a421fc2ccecd93f79c9dd0537671138bb0a9 (patch)
tree4102876eb5f08897e03250929af5754410b0ca96 /include/sway/tree/view.h
parentcommands: complete layout implementation (diff)
downloadsway-69e1a421fc2ccecd93f79c9dd0537671138bb0a9.tar.gz
sway-69e1a421fc2ccecd93f79c9dd0537671138bb0a9.tar.zst
sway-69e1a421fc2ccecd93f79c9dd0537671138bb0a9.zip
commands: complete move implementation
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 37fd02bc..4a3f01e7 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -316,6 +316,11 @@ void view_update_title(struct sway_view *view, bool force);
316void view_execute_criteria(struct sway_view *view); 316void view_execute_criteria(struct sway_view *view);
317 317
318/** 318/**
319 * Find any view that has the given mark and return it.
320 */
321struct sway_view *view_find_mark(char *mark);
322
323/**
319 * Find any view that has the given mark and remove the mark from the view. 324 * Find any view that has the given mark and remove the mark from the view.
320 * Returns true if it matched a view. 325 * Returns true if it matched a view.
321 */ 326 */