Prevent a crash with a BadDrawable X error message with some MaskBlt
calls.
This commit is contained in:
parent
fc60c1e195
commit
47d64a0459
|
@ -1504,6 +1504,7 @@ static BOOL BITBLT_InternalStretchBlt( X11DRV_PDEVICE *physDevDst, INT xDst, INT
|
|||
case OP_ARGS(SRC,DST):
|
||||
case OP_ARGS(TMP,SRC):
|
||||
case OP_ARGS(TMP,DST):
|
||||
if (useSrc)
|
||||
XCopyArea( gdi_display, pixmaps[OP_SRC(*opcode)],
|
||||
pixmaps[OP_DST(*opcode)], tmpGC,
|
||||
0, 0, width, height, 0, 0 );
|
||||
|
|
Loading…
Reference in New Issue