Updates for XCB. Bug 8560.

This commit is contained in:
Ian Romanick 2006-10-09 15:25:03 +00:00
parent d3b257374e
commit b8f26126e2
1 changed files with 1 additions and 1 deletions

View File

@ -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 */'