diff options
author | Ian Romanick <[email protected]> | 2011-12-08 12:27:38 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-12-13 16:07:17 -0800 |
commit | 7e9cb2ac6dd9af5ea1597df8a2015b620aad57a1 (patch) | |
tree | ffc09dac7853a4508978f350561ef1a3a19a9e97 /src/mesa/main/dispatch.h | |
parent | 0c6b9303227977723a6d03664f71e5eb56ebf139 (diff) |
Regenerate files from previous commits
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/mesa/main/dispatch.h')
-rw-r--r-- | src/mesa/main/dispatch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/dispatch.h b/src/mesa/main/dispatch.h index ea8e0328618..19eabb85c81 100644 --- a/src/mesa/main/dispatch.h +++ b/src/mesa/main/dispatch.h @@ -40,7 +40,11 @@ * named function in the specified dispatch table. */ +/* GLXEXT is defined when building the GLX extension in the xserver. + */ +#if !defined(GLXEXT) #include "main/mfeatures.h" +#endif #define CALL_by_offset(disp, cast, offset, parameters) \ (*(cast (GET_by_offset(disp, offset)))) parameters |