Commit 5e82e0cb authored by Frank Richter's avatar Frank Richter Committed by Alexandre Julliard

Invalidate DCEs when a window region is set.

parent 03c3b4e7
......@@ -1256,6 +1256,7 @@ int X11DRV_SetWindowRgn( HWND hwnd, HRGN hrgn, BOOL redraw )
}
#endif /* HAVE_LIBXSHAPE */
invalidate_dce( hwnd, &data->window_rect );
return TRUE;
}
......
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