diff options
author | Brian Paul <[email protected]> | 2002-10-14 17:12:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-14 17:12:01 +0000 |
commit | 11fd2d75580d907247b93869ba83b52b2d5a3a7d (patch) | |
tree | 9443acde3e4a5104c7e17cae1912c21e12d8c506 /include/GL/internal/glcore.h | |
parent | 60b6e4fd7e85ca0ad1c4ab22433b745bf97e9280 (diff) |
disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI
Diffstat (limited to 'include/GL/internal/glcore.h')
-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 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 |