mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 22:40:46 +02:00
Committing in .
Modified Files: Mesa/si-glu/libnurbs/interface/glcurveval.cc Corrected declaration of putCallBack ----------------------------------------------------------------------
This commit is contained in:
parent
277fd2e66e
commit
3b925120a6
1 changed files with 3 additions and 3 deletions
|
|
@ -35,8 +35,8 @@
|
|||
/*
|
||||
* glcurveval.c++
|
||||
*
|
||||
* $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $
|
||||
* $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/interface/glcurveval.cc,v 1.1 2001/03/17 00:25:40 brianp Exp $
|
||||
* $Date: 2001/07/18 11:17:35 $ $Revision: 1.2 $
|
||||
* $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/interface/glcurveval.cc,v 1.2 2001/07/18 11:17:35 joukj Exp $
|
||||
*/
|
||||
|
||||
/* Polynomial Evaluator Interface */
|
||||
|
|
@ -300,7 +300,7 @@ void OpenGLCurveEvaluator::evalcoord1f(long, REAL u)
|
|||
}
|
||||
|
||||
void
|
||||
OpenGLCurveEvaluator::putCallBack(GLenum which, GLvoid (GLAPIENTRY *fn)(...))
|
||||
OpenGLCurveEvaluator::putCallBack(GLenum which, _GLUfuncptr fn )
|
||||
{
|
||||
switch(which)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue