Commit aa7bbe13 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

gdi32: Update the DC in ExtEscape().

Specifically, X11DRV_FLUSH_GL_DRAWABLE needs correct clip rects.
parent a42774f0
......@@ -1225,6 +1225,7 @@ INT WINAPI ExtEscape( HDC hdc, INT nEscape, INT cbInput, LPCSTR lpszInData,
if (dc)
{
PHYSDEV physdev = GET_DC_PHYSDEV( dc, pExtEscape );
update_dc( dc );
ret = physdev->funcs->pExtEscape( physdev, nEscape, cbInput, lpszInData, cbOutput, lpszOutData );
release_dc_ptr( dc );
}
......
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