diff options
-rw-r--r-- | fb/fbtrap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fb/fbtrap.c b/fb/fbtrap.c index 612fae797..b5c5a61eb 100644 --- a/fb/fbtrap.c +++ b/fb/fbtrap.c @@ -111,6 +111,8 @@ fbShapes (CompositeShapesFunc composite, int src_xoff, src_yoff; int dst_xoff, dst_yoff; + miCompositeSourceValidate (pSrc); + src = image_from_pict (pSrc, FALSE, &src_xoff, &src_yoff); dst = image_from_pict (pDst, TRUE, &dst_xoff, &dst_yoff); |