summaryrefslogtreecommitdiff
path: root/src/radeon_exa.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-03-16 10:40:42 +1000
committerDave Airlie <airlied@redhat.com>2011-03-16 10:40:42 +1000
commitcdfc007eccc9b130fc08012deef304488eb6e469 (patch)
tree56870b6cabc9348108ab3be971c8b37e2898edcb /src/radeon_exa.c
parentb93d7658f669f6dc1cfacebcfe955a1e113a537c (diff)
radeon/exa: correct function name
this corrects the function name so it matches the contents. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r--src/radeon_exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c
index 4f31b820..1c647b94 100644
--- a/src/radeon_exa.c
+++ b/src/radeon_exa.c
@@ -179,7 +179,7 @@ Bool RADEONGetPixmapOffsetPitch(PixmapPtr pPix, uint32_t *pitch_offset)
*
* transform may be null.
*/
-Bool radeon_transform_is_affine(PictTransformPtr t)
+Bool radeon_transform_is_affine_or_scaled(PictTransformPtr t)
{
if (t == NULL)
return TRUE;