1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 10:48:51 -05:00

Added note on outstanding bug.

This commit is contained in:
Camilla Berglund 2013-03-12 19:39:25 +01:00
parent 401033c257
commit bb10cae0be

View File

@ -1098,6 +1098,9 @@ GLFWAPI void glfwWindowHint(int target, int hint);
* *
* @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:** The primary monitor is always used for fullscreen
* windows, regardless of which monitor was specified.
*
* @sa glfwDestroyWindow * @sa glfwDestroyWindow
*/ */
GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, const char* title, GLFWmonitor* monitor, GLFWwindow* share); GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, const char* title, GLFWmonitor* monitor, GLFWwindow* share);