mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user