mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Merge pull request #2341 from RedSoxFan/fix-2339
Add missing checks to fix 2339
This commit is contained in:
commit
e94fd0e6eb
@ -628,6 +628,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
|
|||||||
|
|
||||||
if (last_workspace && last_workspace == new_workspace
|
if (last_workspace && last_workspace == new_workspace
|
||||||
&& last_workspace->sway_workspace->fullscreen
|
&& last_workspace->sway_workspace->fullscreen
|
||||||
|
&& container && container->type == C_VIEW
|
||||||
&& !container->sway_view->is_fullscreen) {
|
&& !container->sway_view->is_fullscreen) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user