From e41e907b3c19908f5316346fa587ced3115478cd Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Wed, 5 Jan 2011 20:41:04 +0200 Subject: Add subWindowMode parameter to SourceValidate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pass the subWindowMode from the GC/source Picture to SourceValidate. Signed-off-by: Ville Syrjälä Reviewed-by: Daniel Stone Reviewed-by: Keith Packard Signed-off-by: Keith Packard --- render/mipict.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/mipict.c') diff --git a/render/mipict.c b/render/mipict.c index b5b897037..de5eea6be 100644 --- a/render/mipict.c +++ b/render/mipict.c @@ -386,7 +386,8 @@ miCompositeSourceValidate (PicturePtr pPicture, } x += pPicture->pDrawable->x; y += pPicture->pDrawable->y; - (*pScreen->SourceValidate) (pDrawable, x, y, width, height); + (*pScreen->SourceValidate) (pDrawable, x, y, width, height, + pPicture->subWindowMode); } } -- cgit v1.2.3