mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Revert "Revert "Merge pull request #1953 from RyanDwyer/criteria-focused""
This reverts commit ac0e62584f.
This reimplements the criteria __focused__ commit in preparation for
fixing a known bug.
This commit is contained in:
parent
1e9aaa54a8
commit
bffcb496cc
3 changed files with 171 additions and 42 deletions
|
|
@ -202,6 +202,8 @@ const char *view_get_instance(struct sway_view *view);
|
|||
|
||||
uint32_t view_get_x11_window_id(struct sway_view *view);
|
||||
|
||||
const char *view_get_window_role(struct sway_view *view);
|
||||
|
||||
uint32_t view_get_window_type(struct sway_view *view);
|
||||
|
||||
const char *view_get_type(struct sway_view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue