apple: Re-add driContext and do_destroy
authorJeremy Huddleston <jeremyhu@apple.com>
Sun, 5 Jun 2011 22:02:44 +0000 (18:02 -0400)
committerJeremy Huddleston <jeremyhu@apple.com>
Sun, 5 Jun 2011 22:10:55 +0000 (18:10 -0400)
Fixes regression introduced by: c491e585e43d48a2aeec96ccc4008da6c443fb42

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
src/glx/glxclient.h

index a443f78067224b7edcdd152d601c61b82689cc68..f9ab222d16e4f4fad46c35638cdb970245713274 100644 (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".