2008/12/15 Stefan Dösinger <ste...@codeweavers.com>:
> -typedef void (WINE_GLAPI * PGLFNGLFOGCOORDFVEXTPROC) (GLfloat intesity);
> -typedef void (WINE_GLAPI * PGLFNGLFOGCOORDDEXTPROC) (GLfloat intesity);
> -typedef void (WINE_GLAPI * PGLFNGLFOGCOORDDVEXTPROC) (GLfloat intesity);
> +typedef void (WINE_GLAPI * PGLFNGLFOGCOORDFVEXTPROC) (const GLfloat 
> *intesity);
> +typedef void (WINE_GLAPI * PGLFNGLFOGCOORDDEXTPROC) (GLdouble intesity);
> +typedef void (WINE_GLAPI * PGLFNGLFOGCOORDDVEXTPROC) (const GLdouble 
> *intesity);
>
You might as well fix the parameter names while you're at it :-)

Reply via email to