summaryrefslogtreecommitdiff
path: root/glxtokens.h
diff options
context:
space:
mode:
Diffstat (limited to 'glxtokens.h')
-rw-r--r--glxtokens.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/glxtokens.h b/glxtokens.h
index fbc1430..cc72020 100644
--- a/glxtokens.h
+++ b/glxtokens.h
@@ -85,6 +85,10 @@ extern "C" {
#define GLX_MAX_PBUFFER_PIXELS 0x8018
#define GLX_VISUAL_ID 0x800B
+/* FBConfigSGIX Attributes */
+#define GLX_OPTIMAL_PBUFFER_WIDTH_SGIX 0x8019
+#define GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX 0x801A
+
/*
** Error return values from glXGetConfig. Success is indicated by
** a value of 0.
@@ -210,6 +214,9 @@ extern "C" {
#define GLX_SWAP_COPY_OML 0x8062
#define GLX_SWAP_UNDEFINED_OML 0x8063
+/* Property values for multi-sampling */
+#define GLX_VISUAL_SELECT_GROUP_SGIX 0x8028 /* visuals grouped by select priority */
+
/*
** Names for attributes to glXGetClientString.
*/