mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
CORE-7733 Get the complexity of visible region in the DxEngGetDCState() function, according to its remarks. This implementation returns a number of rectangles that make up the region, similarly to as it done in REGION_Complexity() function: https://git.reactos.org/?p=reactos.git;a=blob;f=win32ss/gdi/ntgdi/region.c;h=38bf3d377fa805e9db8768774c4fc473590252d0;hb=HEAD#l573 It is required by MS ddraw.dll when calling win32k/dxg functions during launching DirectDraw test or any DirectX 1 - 7 apps/games.