You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Style: Apply fixes from codespell
This commit is contained in:
@@ -4700,7 +4700,7 @@ void DisplayServerX11::process_events() {
|
||||
XSync(x11_display, False);
|
||||
XGetWindowAttributes(x11_display, wd.x11_window, &xwa);
|
||||
|
||||
// Set focus when menu window is re-used.
|
||||
// Set focus when menu window is reused.
|
||||
// RevertToPointerRoot is used to make sure we don't lose all focus in case
|
||||
// a subwindow and its parent are both destroyed.
|
||||
if ((xwa.map_state == IsViewable) && !wd.no_focus && !wd.is_popup && _window_focus_check()) {
|
||||
|
||||
Reference in New Issue
Block a user