mirror of
https://github.com/swaywm/sway.git
synced 2024-11-04 15:33:13 +00:00
Merge pull request #2923 from RyanDwyer/fix-move-to-fullscreen-crash
Fix crash when moving a container to a fullscreen workspace
This commit is contained in:
commit
ef532154c3
|
@ -108,7 +108,7 @@ static void workspace_focus_fullscreen(struct sway_workspace *workspace) {
|
|||
if (focus_ws == workspace) {
|
||||
struct sway_node *new_focus =
|
||||
seat_get_focus_inactive(seat, &workspace->fullscreen->node);
|
||||
seat_set_focus(seat, new_focus);
|
||||
seat_set_raw_focus(seat, new_focus);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue