From: Brian Paul Date: Mon, 14 Oct 2002 17:12:01 +0000 (+0000) Subject: disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI X-Git-Tag: 062012170305~26267 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11fd2d75580d907247b93869ba83b52b2d5a3a7d;p=profile%2Fivi%2Fmesa.git disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI --- diff --git a/include/GL/internal/glcore.h b/include/GL/internal/glcore.h index 057ad08..f3b180c 100644 --- a/include/GL/internal/glcore.h +++ b/include/GL/internal/glcore.h @@ -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