[Bug 11950] TheBat! 3.99.1 show white squares not icons under wine after 0.9.56

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 15 22:02:18 CDT 2008


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


Mathias Kosch <info at mkosch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |info at mkosch.de




--- Comment #30 from Mathias Kosch <info at mkosch.de>  2008-07-15 22:02:18 ---
I took a look at the source code of wine 1.1.1 and found the mistake inside
"winex11.drv".

Inside the optimization code is a mistake in the following line:
> dbits = (LPBYTE)bits + (dstwidthb * (lines-1));
Instead it shoud be:
> dbits = (LPBYTE)dbits + (dstwidthb * (lines-1));

After correcting this and recompiling "The Bat!" now shows all the icons
properly.
I also provided a patch against wine 1.1.1.


-- 
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