mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
proper view ordering
This commit is contained in:
parent
cc5713aee6
commit
b93f068611
6 changed files with 269 additions and 209 deletions
|
|
@ -26,7 +26,6 @@ void focus_view(swayc_t *view);
|
|||
void focus_view_for(swayc_t *ancestor, swayc_t *container);
|
||||
|
||||
swayc_t *get_focused_container(swayc_t *parent);
|
||||
swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent);
|
||||
swayc_t *get_swayc_in_direction(swayc_t *container, enum movement_direction dir);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue