[Bug 10994] TruePiano GUI problems with 0.9.52

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 28 19:06:32 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=10994


Ian Goddard <igoddard at nildram.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |igoddard at nildram.co.uk




--- Comment #11 from Ian Goddard <igoddard at nildram.co.uk>  2008-05-28 19:06:31 ---
Try editing x11drv_main.c (in :~/wine/dlls/winex11.drv).

After the line (line 300 in current GIT version) 

case 24:

insert either a line

return 24;

or a line

return depth;


run make again and see if this fixes it.  If it does it looks like a duplicate
of 11203


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list