projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
654dccf
)
added DMesaProc type to prevent gcc 3.4.3 warnings
author
Daniel Borca
<dborca@users.sourceforge.net>
Wed, 15 Dec 2004 07:55:38 +0000
(07:55 +0000)
committer
Daniel Borca
<dborca@users.sourceforge.net>
Wed, 15 Dec 2004 07:55:38 +0000
(07:55 +0000)
include/GL/dmesa.h
patch
|
blob
|
history
diff --git
a/include/GL/dmesa.h
b/include/GL/dmesa.h
index 795853bceb5015def1d85af66f74bbd77ae01f0d..e67b3426f93dcc58a3d4675af674f555c4d41248 100644
(file)
--- a/
include/GL/dmesa.h
+++ b/
include/GL/dmesa.h
@@
-23,9
+23,9
@@
*/
/*
- * DOS/DJGPP device driver v1.
6
for Mesa
+ * DOS/DJGPP device driver v1.
7
for Mesa
*
- * Copyright (C) 2002 -
Borca Daniel
+ * Copyright (C) 2002 -
Daniel Borca
* Email : dborca@users.sourceforge.net
* Web : http://www.geocities.com/dborca
*/
@@
-138,7
+138,8
@@
void DMesaSetCI (int ndx, GLfloat red, GLfloat green, GLfloat blue);
/*
* DMesa functions
*/
-void *DMesaGetProcAddress (const char *name);
+typedef void (*DMesaProc) (void);
+DMesaProc DMesaGetProcAddress (const char *name);
/*
* DMesa state retrieval.