winex11: Always refresh the picture clipping when we have an additional clip region.

This commit is contained in:
Alexandre Julliard 2011-12-05 17:21:17 +01:00
parent 360d4bc548
commit abd5d5a3a9
1 changed files with 1 additions and 1 deletions

View File

@ -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;