summaryrefslogtreecommitdiff
path: root/include/GL/glx.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-09-24 14:15:58 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-09-24 14:15:58 +0000
commit0e94067d0dc4a8d17bfe12e9714d730829d88169 (patch)
tree038262195a958d1cf6fece0516bac5dd15465a35 /include/GL/glx.h
parent001f826f71c7455f4582fc182fe103a26fc65138 (diff)
removed duplicate GLX_AUX_BUFFERS_BIT definition
Diffstat (limited to 'include/GL/glx.h')
-rw-r--r--include/GL/glx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index 9ec1580590..74e3cc01ab 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -1,4 +1,4 @@
-/* $Id: glx.h,v 1.32 2001/09/23 16:06:13 brianp Exp $ */
+/* $Id: glx.h,v 1.33 2001/09/24 14:15:58 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -141,7 +141,6 @@ extern "C" {
#define GLX_FRONT_RIGHT_BUFFER_BIT 0x00000002
#define GLX_BACK_LEFT_BUFFER_BIT 0x00000004
#define GLX_BACK_RIGHT_BUFFER_BIT 0x00000008
-#define GLX_AUX_BUFFERS_BIT 0x00000010
#define GLX_DEPTH_BUFFER_BIT 0x00000020
#define GLX_STENCIL_BUFFER_BIT 0x00000040
#define GLX_ACCUM_BUFFER_BIT 0x00000080