mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
commands: complete move implementation
This commit is contained in:
parent
be64c46624
commit
69e1a421fc
4 changed files with 104 additions and 67 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue