mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 19:38:01 +03:00
fixed segfault on exit + a little fixup of that floatfocus pr
This commit is contained in:
parent
0bf380a0b1
commit
225c2fbe5b
5 changed files with 24 additions and 17 deletions
|
@ -19,6 +19,7 @@ enum movement_direction {
|
|||
|
||||
swayc_t *get_focused_container(swayc_t *parent);
|
||||
swayc_t *get_focused_view(swayc_t *parent);
|
||||
swayc_t *get_focused_float(swayc_t *ws);
|
||||
|
||||
void set_focused_container(swayc_t *container);
|
||||
void set_focused_container_for(swayc_t *ancestor, swayc_t *container);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue