From 53f62d040497ba270e2352b178f2068eef9f0d23 Mon Sep 17 00:00:00 2001 From: knokko Date: Sun, 27 Jun 2021 18:48:57 +0200 Subject: [PATCH] Add a news entry for glfwGetGLXFBConfig --- docs/news.dox | 11 +++++++++++ include/GLFW/glfw3native.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/news.dox b/docs/news.dox index d9ed0b1d..e9c29714 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -53,6 +53,13 @@ Alt-and-then-Space shortcuts. This may be useful for more GUI-oriented 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 @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 @subsubsection functions_34 New functions in version 3.4 + + - @ref glfwGetGLXFBConfig + + @subsubsection types_34 New types in version 3.4 @subsubsection constants_34 New constants in version 3.4 diff --git a/include/GLFW/glfw3native.h b/include/GLFW/glfw3native.h index 03d2b4db..0321a36a 100644 --- a/include/GLFW/glfw3native.h +++ b/include/GLFW/glfw3native.h @@ -395,7 +395,7 @@ GLFWAPI GLXWindow glfwGetGLXWindow(GLFWwindow* window); * @thread_safety This function may be called from any thread. Access is not * synchronized. * - * @since Added in version 3.3.5 + * @since Added in version 3.4 * * @ingroup native */