From e991a0e7cc35b418ea4158917b875cb814814bd5 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 29 May 2013 22:09:27 +0200 Subject: [PATCH] Removed tags for fixed bugs. --- include/GLFW/glfw3.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index b8a6cb86..86342d85 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1288,8 +1288,6 @@ GLFWAPI void glfwSetWindowTitle(GLFWwindow* window, const char* title); * * @remarks Either or both coordinate arguments may be `NULL`. * - * @bug **Mac OS X:** The screen coordinate system is inverted. - * * @sa glfwSetWindowPos * * @ingroup window @@ -1322,8 +1320,6 @@ GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos); * unmapped) windows, instead placing them where it thinks is appropriate once * they are shown. * - * @bug **Mac OS X:** The screen coordinate system is inverted. - * * @sa glfwGetWindowPos * * @ingroup window @@ -1380,9 +1376,6 @@ GLFWAPI void glfwSetWindowSize(GLFWwindow* window, int width, int height); * * @note This function may only be called from the main thread. * - * @bug **Mac OS X:** This function is not yet implemented for - * full screen windows. - * * @sa glfwRestoreWindow * * @ingroup window @@ -1400,9 +1393,6 @@ GLFWAPI void glfwIconifyWindow(GLFWwindow* window); * * @note This function may only be called from the main thread. * - * @bug **Mac OS X:** This function is not yet implemented for full screen - * windows. - * * @sa glfwIconifyWindow * * @ingroup window