mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
apple: Re-add driContext and do_destroy
Fixes regression introduced by:c491e585e4Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit488d6c739f)
This commit is contained in:
parent
0c6fbf66cd
commit
e03abf70cd
1 changed files with 5 additions and 0 deletions
|
|
@ -342,6 +342,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