[Bug 22957] MapSource 6.16.1 doesn't draw the main map

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Oct 16 16:30:02 CDT 2010


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

Krzysztof Nowicki <krissn at op.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krissn at op.pl

--- Comment #2 from Krzysztof Nowicki <krissn at op.pl> 2010-10-16 16:30:01 CDT ---
It looks like the problem lies in the implementation of
FormatConverter_CopyPixels. According to the MSDN it is legal to pass a NULL
rectangle pointer to this function. In such case the whole bitmap area should
be copied. The existing implementation silently assumes that the rectangle will
never be NULL.

Fixing this function to properly handle NULL rectangles causes the map to be
drawn correctly.

A patch fixing this issue has been submitted to wine-patches.

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