Null: Fix missing damage event

master
Camilla Löwy ago%!(EXTRA string=1 year)
parent a53ce7e8b8
commit 64b4f0f30c
  1. 1
      src/null_window.c

@ -259,6 +259,7 @@ void _glfwSetWindowSizeNull(_GLFWwindow* window, int width, int height)
window->null.width = width;
window->null.height = height;
_glfwInputFramebufferSize(window, width, height);
_glfwInputWindowDamage(window);
_glfwInputWindowSize(window, width, height);
}
}

Loading…
Cancel
Save