mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
apple: Re-add driContext and do_destroy
Fixes regression introduced by: c491e585e4
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
22613d1670
commit
488d6c739f
1 changed files with 5 additions and 0 deletions
|
|
@ -333,6 +333,11 @@ struct glx_context
|
|||
*/
|
||||
Bool isDirect;
|
||||
|
||||
#if defined(GLX_DIRECT_RENDERING) && defined(GLX_USE_APPLEGL)
|
||||
void *driContext;
|
||||
Bool do_destroy;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \c dpy of current display for this context. Will be \c NULL if not
|
||||
* current to any display, or if this is the "dummy context".
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue