Module: wine Branch: master Commit: 7d776a866ea6a0a290f3e60fe7592d29245c31bb URL: http://source.winehq.org/git/wine.git/?a=commit;h=7d776a866ea6a0a290f3e60fe7...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 29 13:36:43 2010 +0200
gdi32: Mirror the clip region when the DC is mirrored, with tests.
---
dlls/gdi32/clipping.c | 79 ++++++++++++++++++++++++++++++++------------ dlls/gdi32/gdi_private.h | 1 + dlls/gdi32/region.c | 57 +++++++++++++++++++++++++++++++ dlls/gdi32/tests/mapping.c | 55 ++++++++++++++++++++++++++++++ 4 files changed, 171 insertions(+), 21 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7d776a866ea6a0a290f3e6...