Add a news entry for glfwGetGLXFBConfig

This commit is contained in:
knokko 2021-06-27 18:48:57 +02:00
parent d376e06aa1
commit 53f62d0404
2 changed files with 12 additions and 1 deletions

View File

@ -53,6 +53,13 @@ Alt-and-then-Space shortcuts. This may be useful for more GUI-oriented
applications. applications.
@subsubsection features_34_glx_getfbconfig Query GLXFBConfig
GLFW now provides the [glfwGetGLXFBConfig](@ref glfwGetGLXFBConfig)
function that returns the GLXFBConfig that was chosen to create the
given window handle.
@subsection caveats_34 Caveats for version 3.4 @subsection caveats_34 Caveats for version 3.4
@subsubsection joysticks_34 Joystick support is initialized on demand @subsubsection joysticks_34 Joystick support is initialized on demand
@ -118,6 +125,10 @@ then GLFW will fail to initialize.
@subsection symbols_34 New symbols in version 3.4 @subsection symbols_34 New symbols in version 3.4
@subsubsection functions_34 New functions in version 3.4 @subsubsection functions_34 New functions in version 3.4
- @ref glfwGetGLXFBConfig
@subsubsection types_34 New types in version 3.4 @subsubsection types_34 New types in version 3.4
@subsubsection constants_34 New constants in version 3.4 @subsubsection constants_34 New constants in version 3.4

View File

@ -395,7 +395,7 @@ GLFWAPI GLXWindow glfwGetGLXWindow(GLFWwindow* window);
* @thread_safety This function may be called from any thread. Access is not * @thread_safety This function may be called from any thread. Access is not
* synchronized. * synchronized.
* *
* @since Added in version 3.3.5 * @since Added in version 3.4
* *
* @ingroup native * @ingroup native
*/ */