diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-11-24 17:04:46 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-11-24 17:04:46 +0000 |
commit | b314d1d3af04a4d79bc2e1ce05dacd902ec999f2 (patch) | |
tree | 986eab47bc0a37d540917a17ca033c1545650782 | |
parent | 5fff37ecd4669ee58b0e1949dadbe349f9730418 (diff) |
added a few more GLX 1.3 tokens
-rw-r--r-- | include/GL/glx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h index e98f9cb8e7..d6389453cd 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -1,4 +1,4 @@ -/* $Id: glx.h,v 1.8 1999/11/23 19:54:53 brianp Exp $ */ +/* $Id: glx.h,v 1.9 1999/11/24 17:04:46 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -123,6 +123,7 @@ extern "C" { #define GLX_FBCONFIG_ID ? #define GLX_VISUAL_ID ? #define GLX_WINDOW_BIT ? +#define GLX_PIXMAP_BIT ? #define GLX_PBUFFER_BIT ? #define GLX_AUX_BUFFERS_BIT ? #define GLX_FRONT_LEFT_BUFFER_BIT ? @@ -145,6 +146,7 @@ extern "C" { #define GLX_STATIC_GRAY 0x8007 #define GLX_TRANSPARENT_INDEX 0x8009 #define GLX_COLOR_INDEX_TYPE ? +#define GLX_COLOR_INDEX_BIT ? #define GLX_SCREEN ? #define GLX_PBUFFER_CLOBBER_MASK ? #define GLX_DAMAGED ? |