projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e7591f
)
added missing GLX_PBUFFER_WIDTH/HEIGHT tokens
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 25 Jun 2001 15:29:11 +0000
(15:29 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 25 Jun 2001 15:29:11 +0000
(15:29 +0000)
include/GL/glx.h
patch
|
blob
|
history
diff --git
a/include/GL/glx.h
b/include/GL/glx.h
index a4dfe2e97e24b975d0312ef126f4e1443aec1ccb..ab8f5f608857d3d20b8a09f8684192c4189f8b41 100644
(file)
--- a/
include/GL/glx.h
+++ b/
include/GL/glx.h
@@
-1,4
+1,4
@@
-/* $Id: glx.h,v 1.2
7 2001/05/24 19:07:14
brianp Exp $ */
+/* $Id: glx.h,v 1.2
8 2001/06/25 15:29:11
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-160,6
+160,8
@@
extern "C" {
#define GLX_SAVED 0x8021
#define GLX_WINDOW 0x8022
#define GLX_PBUFFER 0x8023
+#define GLX_PBUFFER_HEIGHT 0x8040
+#define GLX_PBUFFER_WIDTH 0x8041