diff options
author | Ian Romanick <[email protected]> | 2005-02-05 00:59:57 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-02-05 00:59:57 +0000 |
commit | a02b83115a865a58d3f0d118a6b3ad2922a0ab75 (patch) | |
tree | 97c5fffcbe01ddb936f57afa99b5813bbd64ed37 /src/glx/x11/indirect.h | |
parent | 0a755ade51be419488ba621d843de939749ad76c (diff) |
Fix some mixed spaces / tabs issues in generated code. Commit generated
files that have been trivially changed by other recent commits.
Diffstat (limited to 'src/glx/x11/indirect.h')
-rw-r--r-- | src/glx/x11/indirect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/indirect.h b/src/glx/x11/indirect.h index cb14dbc75e8..a25079090c6 100644 --- a/src/glx/x11/indirect.h +++ b/src/glx/x11/indirect.h @@ -519,6 +519,7 @@ extern HIDDEN void __indirect_glPointParameterivNV(GLenum pname, const GLint * p extern HIDDEN void __indirect_glMultiDrawArraysEXT(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount); extern HIDDEN void __indirect_glMultiDrawElementsEXT(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount); extern HIDDEN void __indirect_glActiveStencilFaceEXT(GLenum face); + # undef HIDDEN #endif /* !defined( _INDIRECT_H_ ) */ |