diff options
author | Dave Airlie <airlied@redhat.com> | 2011-03-16 10:40:42 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-03-16 10:40:42 +1000 |
commit | cdfc007eccc9b130fc08012deef304488eb6e469 (patch) | |
tree | 56870b6cabc9348108ab3be971c8b37e2898edcb /src/radeon.h | |
parent | b93d7658f669f6dc1cfacebcfe955a1e113a537c (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.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 4f5095de..a6d20d71 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -1290,7 +1290,7 @@ extern void RADEONPMFini(ScrnInfoPtr pScrn); #ifdef USE_EXA /* radeon_exa.c */ extern Bool RADEONSetupMemEXA(ScreenPtr pScreen); -extern Bool radeon_transform_is_affine(PictTransformPtr t); +extern Bool radeon_transform_is_affine_or_scaled(PictTransformPtr t); /* radeon_exa_funcs.c */ extern void RADEONCopyCP(PixmapPtr pDst, int srcX, int srcY, int dstX, |