mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:23:04 +00:00
[NtGDI]
- Return Set if managed, part of CORE-12888. svn path=/trunk/; revision=75294
This commit is contained in:
parent
a1938e7ca3
commit
04b696718d
1 changed files with 3 additions and 0 deletions
|
@ -739,7 +739,10 @@ NtGdiGetBoundsRect(
|
||||||
DPRINT(" r %d b %d\n",rc.right,rc.bottom);
|
DPRINT(" r %d b %d\n",rc.right,rc.bottom);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
rc = pdc->erclBounds;
|
rc = pdc->erclBounds;
|
||||||
|
ret = DCB_SET;
|
||||||
|
}
|
||||||
|
|
||||||
/* Copy the rect to the caller */
|
/* Copy the rect to the caller */
|
||||||
_SEH2_TRY
|
_SEH2_TRY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue