mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 14:04:11 +01:00
Merge pull request #1829 from RyanDwyer/move-fullscreen-view
Keep view fullscreened when moving to another workspace
This commit is contained in:
commit
b2402acca0
@ -150,8 +150,8 @@ void container_add_child(struct sway_container *parent,
|
|||||||
parent, parent->type, parent->width, parent->height);
|
parent, parent->type, parent->width, parent->height);
|
||||||
struct sway_container *old_parent = child->parent;
|
struct sway_container *old_parent = child->parent;
|
||||||
list_add(parent->children, child);
|
list_add(parent->children, child);
|
||||||
container_handle_fullscreen_reparent(child, old_parent);
|
|
||||||
child->parent = parent;
|
child->parent = parent;
|
||||||
|
container_handle_fullscreen_reparent(child, old_parent);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct sway_container *container_remove_child(struct sway_container *child) {
|
struct sway_container *container_remove_child(struct sway_container *child) {
|
||||||
|
Loading…
Reference in New Issue
Block a user