summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Brenneman <kbrenneman@users.noreply.github.com>2024-05-10 08:42:40 -0600
committerGitHub <noreply@github.com>2024-05-10 07:42:40 -0700
commitd4f0a976e4ffe8493bdff5c3280ce13156286904 (patch)
tree32b995de044a5c7bfce25e6208c147b85673a774
parent7db3005d4c2cb439f129a0adc931f3274f9019e6 (diff)
downloadegl-registry-upstream-main.tar.gz
Correct EGL_EXT_config_select_group's type to be a display extension (#199)upstream-main
Because EGL_EXT_config_select_group only affects the behavior of eglChooseConfig (which takes and is dispatched based on an EGLDisplay), it's a display extension, not a client extension.
-rw-r--r--extensions/EXT/EGL_EXT_config_select_group.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/EXT/EGL_EXT_config_select_group.txt b/extensions/EXT/EGL_EXT_config_select_group.txt
index 0da3dc5..c7d3ecd 100644
--- a/extensions/EXT/EGL_EXT_config_select_group.txt
+++ b/extensions/EXT/EGL_EXT_config_select_group.txt
@@ -30,7 +30,7 @@ Number
Extension Type
- EGL client extension
+ EGL display extension
Dependencies
@@ -98,6 +98,9 @@ Issues
Revision History
+ Version 5, 2024-05-09 (Kyle Brenneman)
+ - Corrected extension type to display extension.
+
Version 4, 2021-06-24 (Robert Mader)
- Moved to EXT, changed enum value to 0x34C0.