diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-31 14:48:28 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-31 14:48:28 +0000 |
commit | 37d34bc12f62c8dfa80364c8d63dc5fec847879f (patch) | |
tree | c69dece0a746bd7500b1394b28b8e51666fda0c4 /include | |
parent | c140020182eb49d149fb602a64d999a829ac7183 (diff) |
fixed typo in GLX_SLOW_VISUAL_EXT
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h index 672a9b860e..16637efb40 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -1,4 +1,4 @@ -/* $Id: glx.h,v 1.17 2000/03/31 01:03:41 brianp Exp $ */ +/* $Id: glx.h,v 1.18 2000/03/31 14:48:28 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -189,7 +189,7 @@ extern "C" { */ #define GLX_VISUAL_CAVEAT_EXT 0x20 /*#define GLX_NONE_EXT 0x8000*/ -#define GLX_SLOW_VISUALEXT 0x8001 +#define GLX_SLOW_VISUAL_EXT 0x8001 #define GLX_NON_CONFORMANT_VISUAL_EXT 0x800D |