From f18aef4aece80b9d70e4f274c185c0f007a49332 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 3 Nov 2013 14:17:03 +0100 Subject: [PATCH] Removed fixed @bug. --- include/GLFW/glfw3.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 546c1f35..4bf47ded 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1363,10 +1363,6 @@ GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos); * * @note The window manager may put limits on what positions are allowed. * - * @bug **X11:** Some window managers ignore the set position of hidden (i.e. - * unmapped) windows, instead placing them where it thinks is appropriate once - * they are shown. - * * @sa glfwGetWindowPos * * @ingroup window