apple: Re-add driContext and do_destroy

Fixes regression introduced by: c491e585e4

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit 488d6c739f)
This commit is contained in:
Jeremy Huddleston 2011-06-05 18:02:44 -04:00
parent 0c6fbf66cd
commit e03abf70cd

View file

@ -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".