Merge pull request #56548 from madmiraal/fix-53894

This commit is contained in:
Rémi Verschelde 2022-01-31 18:08:48 +01:00 committed by GitHub
commit f14b1441e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class DisplayServerX11 : public DisplayServer {
bool borderless = false;
bool resize_disabled = false;
Vector2i last_position_before_fs;
bool focused = false;
bool focused = true;
bool minimized = false;
unsigned int focus_order = 0;