disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 14 Oct 2002 17:12:01 +0000 (17:12 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 14 Oct 2002 17:12:01 +0000 (17:12 +0000)
include/GL/internal/glcore.h

index 057ad08..f3b180c 100644 (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