Browse Source

disable wscx field in __GLimportsRec to be consistant with XFree86

tags/mesa_4_1
Brian Paul 22 years ago
parent
commit
85678e0399
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      include/GL/internal/glcore.h

+ 5
- 0
include/GL/internal/glcore.h View File

@@ -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;

Loading…
Cancel
Save