mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
fixed some more bugs, moved layout_log into log.ch, restored focus_parent
This commit is contained in:
parent
e16a4015ff
commit
c5a6982893
7 changed files with 70 additions and 63 deletions
|
|
@ -261,7 +261,6 @@ swayc_t *destroy_container(swayc_t *container) {
|
|||
sway_log(L_DEBUG, "Container: Destroying container '%p'", container);
|
||||
swayc_t *parent = container->parent;
|
||||
free_swayc(container);
|
||||
|
||||
container = parent;
|
||||
}
|
||||
return container;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue