summaryrefslogtreecommitdiff
path: root/include/GL/glx.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-11-25 18:52:58 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-11-25 18:52:58 +0000
commit68656667b2f63c285ccd75fb16a17a8a04a9f552 (patch)
tree751732aa1693e7284cfb53411a07d0fffaf0a479 /include/GL/glx.h
parent9aff6cfdc37f83a2528463179ad0b50893bf0c58 (diff)
fixed GLX_PBUFFER value
Diffstat (limited to 'include/GL/glx.h')
-rw-r--r--include/GL/glx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index 9082c3dcd1..70574426e1 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -1,8 +1,8 @@
-/* $Id: glx.h,v 1.23 2000/08/22 13:31:00 joukj Exp $ */
+/* $Id: glx.h,v 1.24 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 0x8033
+#define GLX_PBUFFER 0x8023