projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20579d
)
disable wscx field in __GLimportsRec to be consistant with XFree86
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 9 Oct 2002 19:37:32 +0000
(19:37 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 9 Oct 2002 19:37:32 +0000
(19:37 +0000)
include/GL/internal/glcore.h
patch
|
blob
|
history
diff --git
a/include/GL/internal/glcore.h
b/include/GL/internal/glcore.h
index 8bb73e6543d922b3060bd993627389c6b8308d07..057ad0837efd42a884dc6b43c1bbfc02bac281f5 100644
(file)
--- 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;