From 266dfb15c1c87d436b77b5d0957b5e62cb7b0e4c Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 23 Nov 2024 09:17:35 -0500 Subject: [PATCH] docs/envvars: Combine WGL sections Reviewed-by: Erik Faye-Lund Part-of: --- docs/envvars.rst | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index 493564bfe75..7247158cc50 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -476,6 +476,13 @@ on Windows. if set to 1, true or yes, disables Win32 error dialogs. Useful for automated test-runs. +.. envvar:: WGL_SWAP_INTERVAL + + to set a swap interval, equivalent to calling + ``wglSwapIntervalEXT()`` in an application. If this environment + variable is set, application calls to ``wglSwapIntervalEXT()`` will + have no effect. + Intel driver environment variables ---------------------------------------------------- @@ -1282,16 +1289,6 @@ VMware SVGA driver environment variables See the driver code for other, lesser-used variables. -WGL environment variables -------------------------- - -.. envvar:: WGL_SWAP_INTERVAL - - to set a swap interval, equivalent to calling - ``wglSwapIntervalEXT()`` in an application. If this environment - variable is set, application calls to ``wglSwapIntervalEXT()`` will - have no effect. - VA-API environment variables ----------------------------