[PATCH 3/9] gdi32: Use NtGdiGetRandomRgn for GetClipRgn.
Sept. 2, 2021
12:14 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- I couldn't find a way to get what we need from ntgdi without an extension. Technically, we could mirror the region on gdi32 side, but that seems suboptimal. dlls/gdi32/clipping.c | 36 ++++++++---------------------------- dlls/gdi32/gdidc.c | 8 ++++++++ dlls/gdi32/tests/clipping.c | 7 ++++++- include/ntgdi.h | 3 +++ 4 files changed, 25 insertions(+), 29 deletions(-)
1666
Age (days ago)
1666
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Jacek Caban