aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/glx/glxclient.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
index a443f780672..f9ab222d16e 100644
--- a/src/glx/glxclient.h
+++ b/src/glx/glxclient.h
@@ -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".