mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +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:
@@ -50,6 +50,8 @@ BltMask(SURFOBJ* psoDest,
|
||||
|
||||
ASSERT(IS_VALID_ROP4(Rop4));
|
||||
|
||||
if (!psoMask) return FALSE;
|
||||
|
||||
fgndRop = ROP4_FGND(Rop4);
|
||||
bkgndRop = ROP4_BKGND(Rop4);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user