From fd3813f0d9b98de96edeff04d569083cf6e9d4c6 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 24 Sep 2013 21:34:46 +0200 Subject: [PATCH] Updated notes referring to Mac OS X. --- include/GLFW/glfw3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 477fd2c3..375fc42b 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -866,7 +866,7 @@ typedef struct GLFWgammaramp * @note This function may take several seconds to complete on some systems, * while on other systems it may take only a fraction of a second to complete. * - * @note **Mac OS X:** This function will change the current directory of the + * @note **OS X:** This function will change the current directory of the * application to the `Contents/Resources` subdirectory of the application's * bundle, if present. * @@ -1236,7 +1236,7 @@ GLFWAPI void glfwWindowHint(int target, int hint); * `GLFW_ICON,` it will be set as the icon for the window. If no such icon is * present, the `IDI_WINLOGO` icon will be used instead. * - * @remarks **Mac OS X:** The GLFW window has no icon, as it is not a document + * @remarks **OS X:** The GLFW window has no icon, as it is not a document * window, but the dock icon will be the same as the application bundle's icon. * Also, the first time a window is opened the menu bar is populated with * common commands like Hide, Quit and About. The (minimal) about dialog uses @@ -1595,7 +1595,7 @@ GLFWAPI GLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* window, GLFWwind * @return The previously set callback, or `NULL` if no callback was set or an * error occurred. * - * @remarks **Mac OS X:** Selecting Quit from the application menu will + * @remarks **OS X:** Selecting Quit from the application menu will * trigger the close callback for all windows. * * @ingroup window