commands: complete move implementation

This commit is contained in:
Ian Fan 2018-07-31 11:38:34 +01:00
parent be64c46624
commit 69e1a421fc
4 changed files with 104 additions and 67 deletions

View file

@ -315,6 +315,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.