(Bugzilla missed this one to send to the list, so resending from my home)
Created an attachment (id=2466) --> (http://bugs.winehq.org/attachment.cgi?id=2466&action=view) patch which makes Diablo menu happy under Wine 0.9.13
MichaĆ Kazior discovered [6], that patch from Vincent Povirk [7] makes Diablo run ok under Wine using default cfg. Actually, I've tested this and trimmed the patch down to one-liner. Attaching it and including inline for a review:
--- dlls/ddraw/surface_user.c 26 Jul 2005 20:10:51 -0000 1.2 +++ dlls/ddraw/surface_user.c 23 Apr 2006 05:09:47 -0000 @@ -394,6 +394,7 @@ #endif return priv->user.window; #else + return GetDesktopWindow(); return This->ddraw_owner->window; #endif }
[6] http://appdb.winehq.org/appview.php?versionId=3498 [7] http://www.nanacide.com/wahelp/wa_ddraw.tar.bz2