mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
fixed plenty of bugs and crashes, and restored fullscreen/floating behavior. also fixed mode_toggle
This commit is contained in:
parent
b93f068611
commit
e2046e6aba
7 changed files with 135 additions and 114 deletions
|
|
@ -25,7 +25,4 @@ void unfocus_all(swayc_t *container);
|
|||
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_in_direction(swayc_t *container, enum movement_direction dir);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue