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:
Jeremy Huddleston 2011-06-05 18:02:44 -04:00
parent 22613d1670
commit 488d6c739f
1 changed files with 5 additions and 0 deletions

View File

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