From ccb810bed9af871bfc5dbbbd4bd01331261d4993 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 13 Jun 2013 12:21:16 +0200 Subject: [PATCH] It's not an error. --- src/window.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/window.c b/src/window.c index 26e3dc26..f0f5d7a1 100644 --- a/src/window.c +++ b/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) {