diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-06-05 18:02:44 -0400 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-06-05 18:10:55 -0400 |
commit | 488d6c739f5b6cdfa2c670322057c699644d4e52 (patch) | |
tree | 5eeb74f50295564a1b1f459845a0c65f22546e4f /src/glx/glxclient.h | |
parent | 22613d1670e3aafcfd3b95191b908a0adabe3eb9 (diff) |
apple: Re-add driContext and do_destroy
Fixes regression introduced by: c491e585e43d48a2aeec96ccc4008da6c443fb42
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 5 |
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". |