projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22613d1
)
apple: Re-add driContext and do_destroy
author
Jeremy Huddleston
<jeremyhu@apple.com>
Sun, 5 Jun 2011 22:02:44 +0000
(18:02 -0400)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/src/glx/glxclient.h
b/src/glx/glxclient.h
index
a443f78
..
f9ab222
100644
(file)
--- 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".