projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aff6cf
)
fixed GLX_PBUFFER value
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 25 Nov 2000 18:52:58 +0000
(18:52 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 25 Nov 2000 18:52:58 +0000
(18:52 +0000)
include/GL/glx.h
patch
|
blob
|
history
diff --git
a/include/GL/glx.h
b/include/GL/glx.h
index 9082c3dcd106dd24bbd258b2d4657e4922083940..70574426e13b1908b8d4ebdf88b5e7f5890e2f31 100644
(file)
--- a/
include/GL/glx.h
+++ b/
include/GL/glx.h
@@
-1,8
+1,8
@@
-/* $Id: glx.h,v 1.2
3 2000/08/22 13:31:00 joukj
Exp $ */
+/* $Id: glx.h,v 1.2
4 2000/11/25 18:52:58 brianp
Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.
3
+ * Version: 3.
5
*
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
@@
-159,7
+159,7
@@
extern "C" {
#define GLX_DAMAGED 0x8020
#define GLX_SAVED 0x8021
#define GLX_WINDOW 0x8022
-#define GLX_PBUFFER 0x80
3
3
+#define GLX_PBUFFER 0x80
2
3