diff options
author | Chia-I Wu <[email protected]> | 2010-02-24 12:04:58 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-02-25 21:32:45 +0800 |
commit | 4cb13b433cfdaa1295e5df048d7ef614545f6e16 (patch) | |
tree | f1a2b022ada6f8ac2f94c164006c9879a5c066ab /src/glx | |
parent | 2be1fcaafef8af672434553c4bdca73a9db6934d (diff) |
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')
-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 262637a9473..4a571a230b7 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> |