summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralanh <alanh>2004-01-28 22:11:59 +0000
committeralanh <alanh>2004-01-28 22:11:59 +0000
commit27153f4f591951d4e2943a7811ccce2390df1241 (patch)
treee4d7ec6b3b2c6ee0f0b11a0614602fe08d7990ca
parent0b6ae2f61d8e9a2edd9f5ebe5283adf3e5a3aa6c (diff)
restore backwards compatibility
-rw-r--r--xc/lib/GL/glx/glxclient.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/xc/lib/GL/glx/glxclient.h b/xc/lib/GL/glx/glxclient.h
index 7d35c4802..c10547546 100644
--- a/xc/lib/GL/glx/glxclient.h
+++ b/xc/lib/GL/glx/glxclient.h
@@ -703,12 +703,6 @@ extern void __glFreeAttributeState(__GLXcontext *);
*/
typedef struct __GLXscreenConfigsRec {
/**
- * Linked list of configurations for this screen. This is intended to
- * be a superset of \c old_configs.
- */
- __GLcontextModes *configs;
-
- /**
* GLX visuals formated as \c __GLXvisualConfig structures.
*/
/*@{*/
@@ -735,6 +729,11 @@ typedef struct __GLXscreenConfigsRec {
#endif
/**
+ * Linked list of configurations for this screen. This is intended to
+ * be a superset of \c old_configs.
+ */
+ __GLcontextModes *configs;
+ /**
* Per-screen dynamic GLX extension tracking. The \c direct_support
* field only contains enough bits for 64 extensions. Should libGL
* ever need to track more than 64 GLX extensions, we can safely grow