summaryrefslogtreecommitdiff
path: root/include/GL/osmesa.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-09-23 16:06:13 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-09-23 16:06:13 +0000
commit78a03d3c455fec1ce5c26edec6016a6806d437b8 (patch)
tree38f2f18e0143764de89f1c764440597ee6a8fac0 /include/GL/osmesa.h
parent497d6eab6603699d57d6a742a7940557c430afae (diff)
bump versions to 4.0
Diffstat (limited to 'include/GL/osmesa.h')
-rw-r--r--include/GL/osmesa.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h
index a002dcdacb..63ce843b68 100644
--- a/include/GL/osmesa.h
+++ b/include/GL/osmesa.h
@@ -1,8 +1,8 @@
-/* $Id: osmesa.h,v 1.8 2001/08/28 23:12:37 brianp Exp $ */
+/* $Id: osmesa.h,v 1.9 2001/09/23 16:06:13 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5.1
+ * Version: 4.0
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
@@ -62,9 +62,9 @@ extern "C" {
#include <GL/gl.h>
-#define OSMESA_MAJOR_VERSION 3
-#define OSMESA_MINOR_VERSION 5
-#define OSMESA_PATCH_VERSION 1
+#define OSMESA_MAJOR_VERSION 4
+#define OSMESA_MINOR_VERSION 0
+#define OSMESA_PATCH_VERSION 0
@@ -96,8 +96,8 @@ extern "C" {
#define OSMESA_HEIGHT 0x21
#define OSMESA_FORMAT 0x22
#define OSMESA_TYPE 0x23
-#define OSMESA_MAX_WIDTH 0x24 /* new in 3.5.1 */
-#define OSMESA_MAX_HEIGHT 0x25 /* new in 3.5.1 */
+#define OSMESA_MAX_WIDTH 0x24 /* new in 4.0 */
+#define OSMESA_MAX_HEIGHT 0x25 /* new in 4.0 */
typedef struct osmesa_context *OSMesaContext;