1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Updated bug tag.

This commit is contained in:
Camilla Berglund 2013-06-12 20:57:37 +02:00
parent 3df0b4478b
commit c347b07b20

View File

@ -1067,7 +1067,8 @@ GLFWAPI const char* glfwGetMonitorName(GLFWmonitor* monitor);
* @return The previously set callback, or `NULL` if no callback was set or an
* error occurred.
*
* @bug This callback is not yet called on monitor configuration changes.
* @bug **X11:** This callback is not yet called on monitor configuration
* changes.
*
* @ingroup monitor
*/