On 6/15/06, H. Verbeet <[EMAIL PROTECTED]> wrote:
On 15/06/06, James Hawkins <[EMAIL PROTECTED]> wrote: > device.c: In function `IWineD3DDeviceImpl_SetRenderState': > device.c:3833: `GL_FOG_COORD_SRC' undeclared (first use in this function) > device.c:3833: (Each undeclared identifier is reported only once > device.c:3833: for each function it appears in.) > device.c:3873: `GL_FOG_COORD' undeclared (first use in this function) Could you try the attached patch? It adds and uses the defines as defined in the extension (http://oss.sgi.com/projects/ogl-sample/registry/EXT/fog_coord.txt), rather than the ones from OpenGL 1.5. If it works I'll submit it to wine-patches.
Yea, compile works with this patch applied. Thanks. -- James Hawkins
