[Windows] Fix restoreing fullscreen window.

This commit is contained in:
bruvzg
2024-10-29 09:32:49 +02:00
parent 08f9cba0fb
commit bf9f78c353
2 changed files with 45 additions and 6 deletions

View File

@ -468,7 +468,8 @@ class DisplayServerWindows : public DisplayServer {
bool resizable = true;
bool window_focused = false;
int activate_state = 0;
bool was_maximized = false;
bool was_maximized_pre_fs = false;
bool was_fullscreen_pre_min = false;
bool always_on_top = false;
bool no_focus = false;
bool exclusive = false;