From c347b07b20f56eac9c3d4c6d29c8cb41853589f5 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 12 Jun 2013 20:57:37 +0200 Subject: [PATCH] Updated bug tag. --- include/GLFW/glfw3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 19101656..2c9d3db3 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -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 */