Module: wine Branch: master Commit: a80eafe8d761af0f91138777f11998c74f21532e URL: http://source.winehq.org/git/wine.git/?a=commit;h=a80eafe8d761af0f91138777f1...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 27 16:40:48 2011 +0100
gdi32: Re-create the brush bits only when the ROP has really changed.
---
dlls/gdi32/dibdrv/bitblt.c | 9 +++------ dlls/gdi32/dibdrv/dc.c | 17 ++--------------- dlls/gdi32/dibdrv/dibdrv.h | 7 +++---- dlls/gdi32/dibdrv/graphics.c | 11 +++-------- dlls/gdi32/dibdrv/objects.c | 35 +++++++++++++++++++---------------- 5 files changed, 30 insertions(+), 49 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a80eafe8d761af0f911387...