Skip to content
Snippets Groups Projects
Commit abd5d5a3 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

parent 360d4bc5
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment