Browse Source

Removed tags for fixed bugs.

Camilla Berglund 12 năm trước cách đây
mục cha
commit
e991a0e7cc
1 tập tin đã thay đổi với 0 bổ sung10 xóa
  1. 0 10
      include/GLFW/glfw3.h

+ 0 - 10
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