Module: wine Branch: master Commit: 7bcd8fa20e99e4db61078846a441c0a126b31d50 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7bcd8fa20e99e4db61078846a4...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 22 09:57:58 2011 +0200
gdi32: Copy bits in the correct order for the overlap case in the individual copy_rect functions.
---
dlls/gdi32/dibdrv/bitblt.c | 10 +- dlls/gdi32/dibdrv/dibdrv.h | 2 +- dlls/gdi32/dibdrv/primitives.c | 378 ++++++++++++++++++++++++++-------------- 3 files changed, 253 insertions(+), 137 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7bcd8fa20e99e4db610788...