[PATCH] wined3d_gl.h minor typo fix

Stefan Dösinger stefan at codeweavers.com
Thu Dec 18 18:17:13 CST 2008


> -    USE_GL_FUNC(PGLFNGLFOGCOORDDVEXTPROC,
glFogCoordvEXT,                             EXT_FOG_COORD,          NULL )\
> +    USE_GL_FUNC(PGLFNGLFOGCOORDDVEXTPROC,
glFogCoorddvEXT,                             EXT_FOG_COORD,          NULL )\
I think I fixed that one with a patch in my glFogCoord emulation patchset a
few days ago. Did you forget to update your git tree, or did I miss
something?

Other than that, the patch breaks the alignment of the 3rd and 4th column
because a 'v' was added to the function name, but no space removed to keep
the alignment.





More information about the wine-devel mailing list