mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Removed duplicate words in documentation.
This commit is contained in:
parent
58c390991c
commit
e57b8212ce
@ -109,7 +109,7 @@ extern "C" {
|
|||||||
|
|
||||||
#if defined(GLFW_EXPOSE_NATIVE_WIN32)
|
#if defined(GLFW_EXPOSE_NATIVE_WIN32)
|
||||||
/*! @brief Returns the display device name of the specified monitor.
|
/*! @brief Returns the display device name of the specified monitor.
|
||||||
* @return The the display device name of the specified monitor.
|
* @return The display device name of the specified monitor.
|
||||||
* @ingroup native
|
* @ingroup native
|
||||||
*/
|
*/
|
||||||
GLFWAPI const char* glfwGetWin32Monitor(GLFWmonitor* monitor);
|
GLFWAPI const char* glfwGetWin32Monitor(GLFWmonitor* monitor);
|
||||||
@ -131,7 +131,7 @@ GLFWAPI HGLRC glfwGetWGLContext(GLFWwindow* window);
|
|||||||
|
|
||||||
#if defined(GLFW_EXPOSE_NATIVE_COCOA)
|
#if defined(GLFW_EXPOSE_NATIVE_COCOA)
|
||||||
/*! @brief Returns the `CGDirectDisplayID` of the specified monitor.
|
/*! @brief Returns the `CGDirectDisplayID` of the specified monitor.
|
||||||
* @return The the `CGDirectDisplayID` of the specified monitor.
|
* @return The `CGDirectDisplayID` of the specified monitor.
|
||||||
* @ingroup native
|
* @ingroup native
|
||||||
*/
|
*/
|
||||||
GLFWAPI CGDirectDisplayID glfwGetCocoaMonitor(GLFWmonitor* monitor);
|
GLFWAPI CGDirectDisplayID glfwGetCocoaMonitor(GLFWmonitor* monitor);
|
||||||
@ -159,7 +159,7 @@ GLFWAPI id glfwGetNSGLContext(GLFWwindow* window);
|
|||||||
GLFWAPI Display* glfwGetX11Display(void);
|
GLFWAPI Display* glfwGetX11Display(void);
|
||||||
|
|
||||||
/*! @brief Returns the `RROutput` of the specified monitor.
|
/*! @brief Returns the `RROutput` of the specified monitor.
|
||||||
* @return The the `RROutput` of the specified monitor.
|
* @return The `RROutput` of the specified monitor.
|
||||||
* @ingroup native
|
* @ingroup native
|
||||||
*/
|
*/
|
||||||
GLFWAPI RROutput glfwGetX11Monitor(GLFWmonitor* monitor);
|
GLFWAPI RROutput glfwGetX11Monitor(GLFWmonitor* monitor);
|
||||||
|
Loading…
Reference in New Issue
Block a user