diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-14 17:12:01 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-14 17:12:01 +0000 |
commit | 11fd2d75580d907247b93869ba83b52b2d5a3a7d (patch) | |
tree | 9443acde3e4a5104c7e17cae1912c21e12d8c506 /include | |
parent | 60b6e4fd7e85ca0ad1c4ab22433b745bf97e9280 (diff) |
disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/internal/glcore.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |