[4/10] WineD3D: Some GL_EXT_fog_coord prototype fixes

Henri Verbeet hverbeet at gmail.com
Mon Dec 15 14:20:05 CST 2008


2008/12/15 Stefan Dösinger <stefan at 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 :-)


More information about the wine-devel mailing list