summaryrefslogtreecommitdiff
path: root/include/GL
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-06-25 15:29:11 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-06-25 15:29:11 +0000
commit657323bf03a575bf40cff83119f201a9dcd1478e (patch)
tree353bdedf14602ba685f215b1ea18e8c2a65ecabd /include/GL
parent5e7591f94ca8c7fe909d6088430358861d668124 (diff)
added missing GLX_PBUFFER_WIDTH/HEIGHT tokens
Diffstat (limited to 'include/GL')
-rw-r--r--include/GL/glx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index a4dfe2e97e2..ab8f5f60885 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -1,4 +1,4 @@
-/* $Id: glx.h,v 1.27 2001/05/24 19:07:14 brianp Exp $ */
+/* $Id: glx.h,v 1.28 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