From bb10cae0be7a9eb600d52bdf7999e45edb64dc93 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 12 Mar 2013 19:39:25 +0100 Subject: [PATCH] Added note on outstanding bug. --- include/GL/glfw3.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index 71e04f86..64f01af3 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -1098,6 +1098,9 @@ GLFWAPI void glfwWindowHint(int target, int hint); * * @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 */ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, const char* title, GLFWmonitor* monitor, GLFWwindow* share);