summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2010-05-12 16:33:32 +0200
committerMatthias Hopf <mhopf@suse.de>2010-05-12 16:33:59 +0200
commit80ba041afc5f892c0a91e00746c6b364ddca7fa5 (patch)
tree008cf170fe2f7d7c52bb691f77d2199a2e21f9d6
parentccddc7335a498d69f1baf891a90969305e5432c9 (diff)
Fix typo in 74dde3629.
Found by Jens Lody.
-rw-r--r--src/radeon_exa_render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c
index 71b5b16..7b1a90b 100644
--- a/src/radeon_exa_render.c
+++ b/src/radeon_exa_render.c
@@ -1225,7 +1225,7 @@ static Bool FUNC_NAME(R300TextureSetup)(PicturePtr pPict, PixmapPtr pPix,
1225static Bool R300CheckComposite(int op, PicturePtr pSrcPicture, PicturePtr pMaskPicture, 1225static Bool R300CheckComposite(int op, PicturePtr pSrcPicture, PicturePtr pMaskPicture,
1226 PicturePtr pDstPicture) 1226 PicturePtr pDstPicture)
1227{ 1227{
1228 if (!!pSrcPicture->pDrawable) 1228 if (!pSrcPicture->pDrawable)
1229 return FALSE; 1229 return FALSE;
1230 1230
1231 VAR_PREAMBLE(pSrcPicture->pDrawable->pScreen); 1231 VAR_PREAMBLE(pSrcPicture->pDrawable->pScreen);