Check for psoMask == NULL in BltMask. Fixes part 2 of bug #7070

svn path=/trunk/; revision=56580
This commit is contained in:
Timo Kreuzer 2012-05-13 19:39:20 +00:00
parent cb936d362c
commit be92b4851b

View file

@ -50,6 +50,8 @@ BltMask(SURFOBJ* psoDest,
ASSERT(IS_VALID_ROP4(Rop4));
if (!psoMask) return FALSE;
fgndRop = ROP4_FGND(Rop4);
bkgndRop = ROP4_BKGND(Rop4);