[Bug 27584] FillRect() draws differently under wine

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 18 12:20:57 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=27584

Thomas Faller <tfaller1 at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tfaller1 at gmx.de

--- Comment #8 from Thomas Faller <tfaller1 at gmx.de> ---
There is no pixel missing. The position of the baseline is wrong because bottom
and top are swapped:

>From the exampel source:
...
void onPaintBroken(HDC hdc)
...
r.bottom = 115+110;
r.top = 115+110 + 1;
...

Windows does not care about this, wine does.
All is correct if I swap bottom and top.

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