mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +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);
|
||||
}
|
||||
else
|
||||
{
|
||||
rc = pdc->erclBounds;
|
||||
ret = DCB_SET;
|
||||
}
|
||||
|
||||
/* Copy the rect to the caller */
|
||||
_SEH2_TRY
|
||||
|
|
Loading…
Reference in a new issue