diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index b453e6dbd04..897fb74acc8 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -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".