Commit abd5d5a3 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 360d4bc5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment