Win32: Fix initial state of maximized state cache

master
Camilla Löwy ago%!(EXTRA string=6 years)
parent 711b9694a1
commit 2c7ef5b480
  1. 1
      src/win32_window.c

@ -1228,6 +1228,7 @@ static int createNativeWindow(_GLFWwindow* window,
xpos = CW_USEDEFAULT; xpos = CW_USEDEFAULT;
ypos = CW_USEDEFAULT; ypos = CW_USEDEFAULT;
window->win32.maximized = wndconfig->maximized;
if (wndconfig->maximized) if (wndconfig->maximized)
style |= WS_MAXIMIZE; style |= WS_MAXIMIZE;

Loading…
Cancel
Save