mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[WIN32K]
Don't try to lock a dcs clip region if its NULL svn path=/trunk/; revision=51411
This commit is contained in:
parent
1e27c057e4
commit
be4bb69ef8
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ GdiGetClipBox(HDC hDC, PRECTL rc)
|
|||
{
|
||||
pRgn = dc->dclevel.prgnMeta;
|
||||
}
|
||||
else
|
||||
else if (dc->rosdc.hClipRgn)
|
||||
{
|
||||
Unlock = TRUE ;
|
||||
pRgn = REGION_LockRgn(dc->rosdc.hClipRgn); // CLIPRGN
|
||||
|
|
Loading…
Reference in a new issue