mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01:00
disable wscx field in __GLimportsRec to be consistant with XFree86
This commit is contained in:
parent
c20579d651
commit
85678e0399
1 changed files with 5 additions and 0 deletions
|
|
@ -373,8 +373,13 @@ typedef struct __GLimportsRec {
|
|||
/* Drawing surface management */
|
||||
__GLdrawablePrivate *(*getDrawablePrivate)(__GLcontext *gc);
|
||||
|
||||
#if 0
|
||||
/* At some point, this field got removed from the XFree86 glcore.h file.
|
||||
* we're removing it here to prevent interop problems. (Brian)
|
||||
*/
|
||||
/* Pointer to the window system context */
|
||||
void *wscx;
|
||||
#endif
|
||||
|
||||
/* Operating system dependent data goes here */
|
||||
void *other;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue