Browse Source

Added note on outstanding bug.

Camilla Berglund 12 years ago
parent
commit
bb10cae0be
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/GL/glfw3.h

+ 3 - 0
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);