mirror of
https://github.com/reactos/reactos.git
synced 2025-01-08 07:11:16 +00:00
[WIN32K]
Check for psoMask == NULL in BltMask. Fixes part 2 of bug #7070 svn path=/trunk/; revision=56580
This commit is contained in:
parent
cb936d362c
commit
be92b4851b
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ BltMask(SURFOBJ* psoDest,
|
|||
|
||||
ASSERT(IS_VALID_ROP4(Rop4));
|
||||
|
||||
if (!psoMask) return FALSE;
|
||||
|
||||
fgndRop = ROP4_FGND(Rop4);
|
||||
bkgndRop = ROP4_BKGND(Rop4);
|
||||
|
||||
|
|
Loading…
Reference in a new issue