[ wxwindows-Patches-1570448 ] Clear bug and Blit bug fixes
SourceForge.net
noreply at sourceforge.net
Tue Oct 3 22:24:08 PDT 2006
Patches item #1570448, was opened at 2006-10-04 00:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1570448&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MSW specific
Group: bug fix
Status: Open
Resolution: None
Priority: 5
Submitted By: Paul Lanier (planier_gm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Clear bug and Blit bug fixes
Initial Comment:
First Fix: After trying to figure out how WHITE AND
BLACK = WHITE I realized that Blit was ignoring the
logicalFunc argument. One of the code paths in DoBlit
had a hardcoded SRCCOPY. Changed it to dwRop like the
rest of the code paths.
Second Fix: I always noticed that you cannot clear a
DC once you have called dc.SetDeviceOrigin() because it
still clears around 0 and not at the new 0 point. I
changed it so it draws a filled rect at
-deviceOriginX,-deviceOriginY instead of 0,0.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1570448&group_id=9863
More information about the wx-dev
mailing list