mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[win32k]
- EngSetPointerShape: Don't dereference psoMask without checking it svn path=/trunk/; revision=42626
This commit is contained in:
parent
f928fd8906
commit
abc65bc027
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ EngSetPointerShape(
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (psoMask)
|
||||
{
|
||||
pgp->Size.cx = psoMask->sizlBitmap.cx;
|
||||
pgp->Size.cy = psoMask->sizlBitmap.cy / 2;
|
||||
|
|
Loading…
Reference in a new issue