aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-07-31 11:38:34 +0100
committerFurkan Sahin <furkan-dev@proton.me>2018-07-31 11:38:34 +0100
commite289e59a1bd984ce84edf4dee55931687df88964 (patch)
tree4102876eb5f08897e03250929af5754410b0ca96 /include
parentdae74447fa61cbadd1603da7d8916784a4e31e62 (diff)
commands: complete move implementation
Diffstat (limited to 'include')
-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);
void view_execute_criteria(struct sway_view *view);
/**
+ * Find any view that has the given mark and return it.
+ */
+struct sway_view *view_find_mark(char *mark);
+
+/**
* Find any view that has the given mark and remove the mark from the view.
* Returns true if it matched a view.
*/