- 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.
Whow I sure did mess that upI had my patch -- then fixed it up and made a new patchAnd for some dumb reason I uploaded the OLD version...SighI will resubmit that patch(Sorry about my git newbie-ness) - Nick> From: stefan@codeweavers.com> To: wine-devel@winehq.org> Subject: RE: [PATCH] wined3d_gl.h minor typo fix> Date: Fri, 19 Dec 2008 01:17:13 +0100> >> - 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.