cherry-pick xwayland: Send to xwayland even when no window is focussed
In the codepath to keep xwayland notified of key presses we have to check the focussed window is not already an xwayland client. To avoid a null dereference a guard is added that the focussed window is not null, however the current code incorrectly returns early intead of skipping just the relevant check.