From 11fd2d75580d907247b93869ba83b52b2d5a3a7d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 14 Oct 2002 17:12:01 +0000 Subject: disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI --- include/GL/internal/glcore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/GL/internal') diff --git a/include/GL/internal/glcore.h b/include/GL/internal/glcore.h index 057ad0837e..f3b180c165 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 -- cgit v1.2.3