Added note on delayed OS X window title updating.

Fixes #495.
master
Camilla Berglund ago%!(EXTRA string=10 years)
parent 16e80258b8
commit 6412dcb896
  1. 3
      include/GLFW/glfw3.h

@ -1718,6 +1718,9 @@ GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* window, int value);
* @param[in] window The window whose title to change.
* @param[in] title The UTF-8 encoded window title.
*
* @remarks __OS X:__ The window title will not be updated until the next time
* you process events.
*
* @par Thread Safety
* This function may only be called from the main thread.
*

Loading…
Cancel
Save