Module: wine Branch: master Commit: abd5d5a3a95c01c3b010ecad9cc960013e1e5924 URL: http://source.winehq.org/git/wine.git/?a=commit;h=abd5d5a3a95c01c3b010ecad9c...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Dec 5 17:21:17 2011 +0100
winex11: Always refresh the picture clipping when we have an additional clip region.
---
dlls/winex11.drv/xrender.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/xrender.c b/dlls/winex11.drv/xrender.c index 3853cd8..1c15d2a 100644 --- a/dlls/winex11.drv/xrender.c +++ b/dlls/winex11.drv/xrender.c @@ -594,7 +594,7 @@ static Picture get_xrender_picture( struct xrender_physdev *dev, HRGN clip_rgn, dev->update_clip = TRUE; }
- if (dev->update_clip) + if (dev->update_clip || clip_rect || clip_rgn) { RGNDATA *clip_data; HRGN rgn = 0;