disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI

This commit is contained in:
Brian Paul
2002-10-14 17:12:01 +00:00
parent 60b6e4fd7e
commit 11fd2d7558
+2
View File
@@ -314,7 +314,9 @@ struct __GLdrawablePrivateRec {
void (*unlockDP)(__GLdrawablePrivate *glPriv);
/* exported */
#if 0 /* disable, just like in __GLimportsRec */
void *wsPriv; /* pointer to the window system DrawablePrivate */
#endif
#ifdef __cplusplus
void *privatePtr;
#else