summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-14 17:12:01 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-14 17:12:01 +0000
commit11fd2d75580d907247b93869ba83b52b2d5a3a7d (patch)
tree9443acde3e4a5104c7e17cae1912c21e12d8c506 /include
parent60b6e4fd7e85ca0ad1c4ab22433b745bf97e9280 (diff)
disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI
Diffstat (limited to 'include')
-rw-r--r--include/GL/internal/glcore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/GL/internal/glcore.h b/include/GL/internal/glcore.h
index 057ad0837ef..f3b180c165c 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