Documentation work

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-20 15:26:23 +02:00
parent 74483142b9
commit 182dc0d8cb

View File

@ -2469,8 +2469,8 @@ GLFWAPI void glfwWindowHintString(int hint, const char* value);
* the wp_viewporter protocol is required for this feature, otherwise the * the wp_viewporter protocol is required for this feature, otherwise the
* window will not be decorated. * window will not be decorated.
* *
* @remark @wayland A full screen window will not attempt to change the mode, * @remark @wayland The wp_viewporter protocol is required for a full screen
* no matter what the requested size or refresh rate. * window to set the video mode, otherwise the current mode will be used.
* *
* @remark @wayland Screensaver inhibition requires the idle-inhibit protocol * @remark @wayland Screensaver inhibition requires the idle-inhibit protocol
* to be implemented in the user's compositor. * to be implemented in the user's compositor.
@ -2837,8 +2837,8 @@ GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom);
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
* GLFW_PLATFORM_ERROR. * GLFW_PLATFORM_ERROR.
* *
* @remark @wayland A full screen window will not attempt to change the mode, * @remark @wayland The wp_viewporter protocol is required for a full screen
* no matter what the requested size. * window to change the video mode, otherwise this function does nothing.
* *
* @thread_safety This function must only be called from the main thread. * @thread_safety This function must only be called from the main thread.
* *
@ -3269,8 +3269,8 @@ GLFWAPI GLFWmonitor* glfwGetWindowMonitor(GLFWwindow* window);
* @remark @wayland The desired window position is ignored, as there is no way * @remark @wayland The desired window position is ignored, as there is no way
* for an application to set this property. * for an application to set this property.
* *
* @remark @wayland Setting the window to full screen will not attempt to * @remark @wayland The wp_viewporter protocol is required for a full screen
* change the mode, no matter what the requested size or refresh rate. * window to set its video mode, otherwise the current mode will be used.
* *
* @thread_safety This function must only be called from the main thread. * @thread_safety This function must only be called from the main thread.
* *