diff options
author | Brian Paul <[email protected]> | 2000-01-04 08:07:09 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-01-04 08:07:09 +0000 |
commit | 2d2e9c0c0aa2db30e9fc567ea76b80ab5721289a (patch) | |
tree | 0b66957fefa514fa830d816f8661317e222869f7 /include/GL/gl_mangle.h | |
parent | 53a36fc0da2b8a904ff82203317d083772acfdad (diff) |
added missing glColorTableParameter defines
Diffstat (limited to 'include/GL/gl_mangle.h')
-rw-r--r-- | include/GL/gl_mangle.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/GL/gl_mangle.h b/include/GL/gl_mangle.h index 2c039aa1432..2c709e8b655 100644 --- a/include/GL/gl_mangle.h +++ b/include/GL/gl_mangle.h @@ -1,8 +1,8 @@ -/* $Id: gl_mangle.h,v 1.3 1999/11/04 00:43:09 miklos Exp $ */ +/* $Id: gl_mangle.h,v 1.4 2000/01/04 08:07:09 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.3 * * Copyright (C) 1999 Brian Paul All Rights Reserved. * @@ -396,6 +396,8 @@ #define glTexSubImage3DEXT mglTexSubImage3DEXT #define glCopyTexSubImage3DEXT mglCopyTexSubImage3DEXT #define glColorTable mglColorTable +#define glColorTableParameteriv mglColorTableParameteriv +#define glColorTableParameterfv mglColorTableParameterfv #define glColorSubTable mglColorSubTable #define glGetColorTable mglGetColorTable #define glGetColorTableParameteriv mglGetColorTableParameteriv |