summaryrefslogtreecommitdiff
path: root/include/GL/internal
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-09 19:37:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-09 19:37:32 +0000
commit85678e0399eef682aa283fc1f952afa258af92a7 (patch)
tree1f64412db22b82073ba1232d97353c79cc57902c /include/GL/internal
parentc20579d65162d8e1b4d10aca27c277d9dee068c2 (diff)
disable wscx field in __GLimportsRec to be consistant with XFree86
Diffstat (limited to 'include/GL/internal')
-rw-r--r--include/GL/internal/glcore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/GL/internal/glcore.h b/include/GL/internal/glcore.h
index 8bb73e6543..057ad0837e 100644
--- a/include/GL/internal/glcore.h
+++ b/include/GL/internal/glcore.h
@@ -373,8 +373,13 @@ typedef struct __GLimportsRec {
/* Drawing surface management */
__GLdrawablePrivate *(*getDrawablePrivate)(__GLcontext *gc);
+#if 0
+ /* At some point, this field got removed from the XFree86 glcore.h file.
+ * we're removing it here to prevent interop problems. (Brian)
+ */
/* Pointer to the window system context */
void *wscx;
+#endif
/* Operating system dependent data goes here */
void *other;