mirror of
https://github.com/glfw/glfw.git
synced 2025-03-01 06:12:55 +00:00
Add a news entry for glfwGetGLXFBConfig
This commit is contained in:
parent
d376e06aa1
commit
53f62d0404
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user