diff options
author | Brian Paul <[email protected]> | 2001-07-16 15:46:42 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-07-16 15:46:42 +0000 |
commit | fba5e9546874e1e140a3862b31e35b68832cc22d (patch) | |
tree | c540c6cee09570a153ee1e53e423fd0b27cbcba4 /src/glu/sgi/libnurbs/interface/glsurfeval.h | |
parent | 96385fa15569e25cd0977e678c0ff3bdab6ef316 (diff) |
assorted fixes for Win32 (Gerk Huisma)
Diffstat (limited to 'src/glu/sgi/libnurbs/interface/glsurfeval.h')
-rw-r--r-- | src/glu/sgi/libnurbs/interface/glsurfeval.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glu/sgi/libnurbs/interface/glsurfeval.h b/src/glu/sgi/libnurbs/interface/glsurfeval.h index c1b09fc4363..b7fa4a05019 100644 --- a/src/glu/sgi/libnurbs/interface/glsurfeval.h +++ b/src/glu/sgi/libnurbs/interface/glsurfeval.h @@ -35,8 +35,8 @@ /* * glsurfeval.h * - * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $ - * $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/interface/glsurfeval.h,v 1.1 2001/03/17 00:25:40 brianp Exp $ + * $Date: 2001/07/16 15:46:42 $ $Revision: 1.2 $ + * $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/interface/glsurfeval.h,v 1.2 2001/07/16 15:46:42 brianp Exp $ */ #ifndef __gluglsurfeval_h_ @@ -145,7 +145,7 @@ public: void newtmeshvert( REAL, REAL ); void newtmeshvert( long, long ); - void putCallBack(GLenum which, GLvoid (GLAPIENTRY *fn)(...)); + void putCallBack(GLenum which, _GLUfuncptr fn ); int get_vertices_call_back() { return output_triangles; |