diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-01-04 08:07:09 +0000 | 
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-01-04 08:07:09 +0000 | 
| commit | 2d2e9c0c0aa2db30e9fc567ea76b80ab5721289a (patch) | |
| tree | 0b66957fefa514fa830d816f8661317e222869f7 | |
| parent | 53a36fc0da2b8a904ff82203317d083772acfdad (diff) | |
added missing glColorTableParameter defines
| -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 2c039aa143..2c709e8b65 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  | 
