Final call for bug fixes

Christoph cr2005 at u-club.de
Fri Oct 21 14:23:30 CDT 2005



Alexandre Julliard schrieb:
> Folks,
> 
> I think we are in good shape for the release; the current plan is to
> release on Tuesday. So if you have bugs that you feel must be fixed
> for 0.9 (and that can be fixed with minimal changes), now is the time
> to speak up...
> 


Yep!

Remember the memory layout bug for World of Warcraft. Would be nice to
have a config option to enable this.

http://www.winehq.org/pipermail/wine-devel/2005-October/041119.html


And another workaround which need a setup option is for the 'missing
target circles bug' in WoW:

--- dlls/opengl32/opengl_norm.c
+++ dlls/opengl32/opengl_norm.c
@@ -2367,7 +2416,7 @@
 void WINAPI wine_glPolygonOffset( GLfloat factor, GLfloat units ) {
   TRACE("(%f, %f)\n", factor, units );
   ENTER_GL();
-  glPolygonOffset( factor, units );
+  glPolygonOffset( -factor, units );
   LEAVE_GL();
 }

chris



More information about the wine-devel mailing list