diff options
Diffstat (limited to 'render')
-rw-r--r-- | render/mipict.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/render/mipict.c b/render/mipict.c index 4b855122e..7fb03435b 100644 --- a/render/mipict.c +++ b/render/mipict.c @@ -294,10 +294,8 @@ SourceValidateOnePicture(PicturePtr pPicture) pScreen = pDrawable->pScreen; - if (pScreen->SourceValidate) { - pScreen->SourceValidate(pDrawable, 0, 0, pDrawable->width, - pDrawable->height, pPicture->subWindowMode); - } + pScreen->SourceValidate(pDrawable, 0, 0, pDrawable->width, + pDrawable->height, pPicture->subWindowMode); } void |