diff options
author | Brian Paul <[email protected]> | 2001-12-14 03:18:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-12-14 03:18:08 +0000 |
commit | b70f5c21e713d9df0a1fcd4c6871f80caabdaace (patch) | |
tree | 3d622c36e4b2e6d71e323d8335c4e72c1adc371d /include | |
parent | 15d4a2327d083c0161e2ab1a9609811dcd2d0d37 (diff) |
added GLX_SAMPLE_BUFFERS, GLX_SAMPLES
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glx.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h index 74e3cc01ab8..89c474d4abd 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -1,8 +1,8 @@ -/* $Id: glx.h,v 1.33 2001/09/24 14:15:58 brianp Exp $ */ +/* $Id: glx.h,v 1.34 2001/12/14 03:18:08 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 4.0 + * Version: 4.1 * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * @@ -172,8 +172,8 @@ extern "C" { /* * GLX 1.4 and later: */ -#define GLX_SAMPLE_BUFFERS_SGIS 100000 -#define GLX_SAMPLES_SGIS 100001 +#define GLX_SAMPLE_BUFFERS 0x186a0 /*100000*/ +#define GLX_SAMPLES 0x816a1 /*100001*/ |