Removed duplication from bad rebase.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 40f7d4fce0
commit 9ec1a4361b
  1. 5
      src/win32_window.c

@ -483,11 +483,6 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
case WM_SIZE:
{
if (wParam == SIZE_MINIMIZED)
_glfwInputWindowIconify(window, GL_TRUE);
else if (wParam == SIZE_RESTORED)
_glfwInputWindowIconify(window, GL_FALSE);
if (_glfw.focusedWindow == window)
{
if (window->cursorMode == GLFW_CURSOR_DISABLED)

Loading…
Cancel
Save