Module: wine Branch: master Commit: e95cff03327e9e7bda55087bca45397a646426f1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e95cff03327e9e7bda55087bca...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 20 21:07:04 2012 +0200
gdi32: Always update the DC before looking for the physdev pointer.
---
dlls/gdi32/bitblt.c | 31 ++++--- dlls/gdi32/clipping.c | 60 ++++++------- dlls/gdi32/dc.c | 3 +- dlls/gdi32/dib.c | 6 +- dlls/gdi32/driver.c | 15 ++-- dlls/gdi32/painting.c | 228 ++++++++++++++++++++++-------------------------- 6 files changed, 165 insertions(+), 178 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e95cff03327e9e7bda5508...