We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658175b commit 0922c98Copy full SHA for 0922c98
reactos/subsystems/win32/win32k/ntuser/window.c
@@ -4225,7 +4225,7 @@ IntGetWindowRgn(PWINDOW_OBJECT Window, HRGN hRgn)
4225
4226
if((pRgn = RGNOBJAPI_Lock(hRgn, NULL)))
4227
{
4228
- Ret = pRgn->rdh.iType;
+ Ret = REGION_Complexity(pRgn);
4229
RGNOBJAPI_Unlock(pRgn);
4230
}
4231
else
@@ -4264,7 +4264,7 @@ IntGetWindowRgnBox(PWINDOW_OBJECT Window, RECTL *Rect)
4264
4265
if((pRgn = RGNOBJAPI_Lock(VisRgn, NULL)))
4266
4267
4268
*Rect = pRgn->rdh.rcBound;
4269
4270
0 commit comments