mirror of
https://github.com/glfw/glfw.git
synced 2024-11-12 17:51:48 +00:00
Removed tags for fixed bugs.
This commit is contained in:
parent
c159411944
commit
e991a0e7cc
@ -1288,8 +1288,6 @@ GLFWAPI void glfwSetWindowTitle(GLFWwindow* window, const char* title);
|
|||||||
*
|
*
|
||||||
* @remarks Either or both coordinate arguments may be `NULL`.
|
* @remarks Either or both coordinate arguments may be `NULL`.
|
||||||
*
|
*
|
||||||
* @bug **Mac OS X:** The screen coordinate system is inverted.
|
|
||||||
*
|
|
||||||
* @sa glfwSetWindowPos
|
* @sa glfwSetWindowPos
|
||||||
*
|
*
|
||||||
* @ingroup window
|
* @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
|
* unmapped) windows, instead placing them where it thinks is appropriate once
|
||||||
* they are shown.
|
* they are shown.
|
||||||
*
|
*
|
||||||
* @bug **Mac OS X:** The screen coordinate system is inverted.
|
|
||||||
*
|
|
||||||
* @sa glfwGetWindowPos
|
* @sa glfwGetWindowPos
|
||||||
*
|
*
|
||||||
* @ingroup window
|
* @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.
|
* @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
|
* @sa glfwRestoreWindow
|
||||||
*
|
*
|
||||||
* @ingroup window
|
* @ingroup window
|
||||||
@ -1400,9 +1393,6 @@ GLFWAPI void glfwIconifyWindow(GLFWwindow* window);
|
|||||||
*
|
*
|
||||||
* @note This function may only be called from the main thread.
|
* @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
|
* @sa glfwIconifyWindow
|
||||||
*
|
*
|
||||||
* @ingroup window
|
* @ingroup window
|
||||||
|
Loading…
Reference in New Issue
Block a user