mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
gdi32: Update the DC in ExtEscape().
Specifically, X11DRV_FLUSH_GL_DRAWABLE needs correct clip rects.
This commit is contained in:
parent
a42774f042
commit
aa7bbe1376
@ -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 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user