diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-02-24 12:04:58 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-02-25 21:32:45 +0800 |
commit | 4cb13b433cfdaa1295e5df048d7ef614545f6e16 (patch) | |
tree | f1a2b022ada6f8ac2f94c164006c9879a5c066ab /src/glx/indirect.c | |
parent | 2be1fcaafef8af672434553c4bdca73a9db6934d (diff) | |
download | external_mesa3d-4cb13b433cfdaa1295e5df048d7ef614545f6e16.zip external_mesa3d-4cb13b433cfdaa1295e5df048d7ef614545f6e16.tar.gz external_mesa3d-4cb13b433cfdaa1295e5df048d7ef614545f6e16.tar.bz2 |
glapi: Generated GLX sources should use glapidispatch.h.
Fix glX_proto_recv.py and glX_proto_send.py, and regenerate the sources.
Diffstat (limited to 'src/glx/indirect.c')
-rw-r--r-- | src/glx/indirect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/indirect.c b/src/glx/indirect.c index 262637a..4a571a2 100644 --- a/src/glx/indirect.c +++ b/src/glx/indirect.c @@ -30,7 +30,7 @@ #include "indirect.h" #include "glxclient.h" #include "indirect_size.h" -#include "dispatch.h" +#include "glapidispatch.h" #include "glapi.h" #include "glthread.h" #include <GL/glxproto.h> |