Added note on delayed OS X window title updating.

Fixes #495.
This commit is contained in:
Camilla Berglund 2015-04-07 21:52:29 +02:00
parent 16e80258b8
commit 6412dcb896

View File

@ -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.
*