Set window to focused when created
This commit is contained in:
parent
98693e96ae
commit
ac1e7e10eb
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue