projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3b2573
)
Updates for XCB. Bug 8560.
author
Ian Romanick
<idr@us.ibm.com>
Mon, 9 Oct 2006 15:25:03 +0000
(15:25 +0000)
committer
Ian Romanick
<idr@us.ibm.com>
Mon, 9 Oct 2006 15:25:03 +0000
(15:25 +0000)
src/mesa/glapi/glX_proto_send.py
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glX_proto_send.py
b/src/mesa/glapi/glX_proto_send.py
index 30ffd2b1d7de1c9b9685dbc83738fed3c9ce3c93..c34a4549d49a8f3919a59889a744ed8109cf18f9 100644
(file)
--- a/
src/mesa/glapi/glX_proto_send.py
+++ b/
src/mesa/glapi/glX_proto_send.py
@@
-168,7
+168,7
@@
class PrintGlxProtoStubs(glX_proto_common.glx_print_proto):
print '#include "indirect_size.h"'
print '#include <GL/glxproto.h>'
print '#ifdef USE_XCB'
- print '#include <X11/
xcl
.h>'
+ print '#include <X11/
Xlib-xcb
.h>'
print '#include <xcb/xcb.h>'
print '#include <xcb/glx.h>'
print '#endif /* USE_XCB */'