summaryrefslogtreecommitdiff
path: root/include/GL
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-11-05 20:52:07 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-11-05 20:52:07 +0000
commitaa3029bce1bc5bb59e91373d15035653f75d6818 (patch)
treef44d6fd995f715d83b792439a1eb148678c03395 /include/GL
parent8a738db519a3cfb7a0a87a3c97090709bbbd6024 (diff)
Updates for DOS driver from Daniel Borca.
Diffstat (limited to 'include/GL')
-rw-r--r--include/GL/dmesa.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/include/GL/dmesa.h b/include/GL/dmesa.h
index ab91bac67d..d624bb6c82 100644
--- a/include/GL/dmesa.h
+++ b/include/GL/dmesa.h
@@ -1,8 +1,8 @@
/*
* Mesa 3-D graphics library
- * Version: 4.0
+ * Version: 5.0
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -23,7 +23,7 @@
*/
/*
- * DOS/DJGPP device driver v1.0 for Mesa 4.0
+ * DOS/DJGPP device driver v1.2 for Mesa 4.1
*
* Copyright (C) 2002 - Borca Daniel
* Email : dborca@yahoo.com
@@ -31,10 +31,10 @@
*/
-#ifndef DMESA_included
-#define DMESA_included
+#ifndef DMESA_H_included
+#define DMESA_H_included
-#define DMESA_MAJOR_VERSION 4
+#define DMESA_MAJOR_VERSION 5
#define DMESA_MINOR_VERSION 0
typedef struct dmesa_context *DMesaContext;
@@ -45,8 +45,10 @@ typedef struct dmesa_buffer *DMesaBuffer;
extern "C" {
#endif
-DMesaVisual DMesaCreateVisual (GLint width, GLint height, GLint colDepth,
- GLboolean dbFlag, GLint depthSize,
+DMesaVisual DMesaCreateVisual (GLint width, GLint height,
+ GLint colDepth,
+ GLboolean dbFlag,
+ GLint depthSize,
GLint stencilSize,
GLint accumSize);