Signed-off-by: Jacek Caban jacek@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(-)