projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001f826
)
removed duplicate GLX_AUX_BUFFERS_BIT definition
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 24 Sep 2001 14:15:58 +0000
(14:15 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 24 Sep 2001 14:15:58 +0000
(14:15 +0000)
include/GL/glx.h
patch
|
blob
|
history
diff --git
a/include/GL/glx.h
b/include/GL/glx.h
index 9ec158059086b364da4a179e1d2c226452a1a757..74e3cc01ab83e64dde345ca96b942fc800913b45 100644
(file)
--- a/
include/GL/glx.h
+++ b/
include/GL/glx.h
@@
-1,4
+1,4
@@
-/* $Id: glx.h,v 1.3
2 2001/09/23 16:06:13
brianp Exp $ */
+/* $Id: glx.h,v 1.3
3 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