From: Brian Paul Date: Wed, 9 Oct 2002 19:37:32 +0000 (+0000) Subject: disable wscx field in __GLimportsRec to be consistant with XFree86 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85678e0399eef682aa283fc1f952afa258af92a7;p=mesa.git disable wscx field in __GLimportsRec to be consistant with XFree86 --- diff --git a/include/GL/internal/glcore.h b/include/GL/internal/glcore.h index 8bb73e6543d..057ad0837ef 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;