It's not an error.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent fdaebdd169
commit ccb810bed9
  1. 3
      src/window.c

@ -470,10 +470,7 @@ GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height)
_GLFW_REQUIRE_INIT();
if (window->iconified)
{
// TODO: Figure out if this is an error
return;
}
if (window->monitor)
{

Loading…
Cancel
Save