From 11fd2d75580d907247b93869ba83b52b2d5a3a7d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 14 Oct 2002 17:12:01 +0000 Subject: [PATCH] disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI --- include/GL/internal/glcore.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4