summaryrefslogtreecommitdiff
path: root/src/glamo-kms-exa.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-07-22 17:31:47 +0100
committerThomas White <taw@bitwiz.org.uk>2009-07-22 17:31:47 +0100
commitb0150bab10528c49384b5e3fd29f3ec9e9115e05 (patch)
tree0685b219358c0ddf26b198cff5764afce69f7b81 /src/glamo-kms-exa.c
parent477353734de273195ee777eeace44f50aab00e47 (diff)
ExaClose->GlamoKMSExaClose
Diffstat (limited to 'src/glamo-kms-exa.c')
-rw-r--r--src/glamo-kms-exa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glamo-kms-exa.c b/src/glamo-kms-exa.c
index 6d84c59..62aa89a 100644
--- a/src/glamo-kms-exa.c
+++ b/src/glamo-kms-exa.c
@@ -775,7 +775,7 @@ ExaModifyPixmapHeader(PixmapPtr pPixmap, int width, int height,
}
void
-ExaClose(ScrnInfoPtr pScrn)
+GlamoKMSExaClose(ScrnInfoPtr pScrn)
{
modesettingPtr ms = modesettingPTR(pScrn);
struct exa_entity *exa = ms->exa;
@@ -866,7 +866,7 @@ void *GlamoKMSExaInit(ScrnInfoPtr pScrn)
return (void *)exa;
out_err:
- ExaClose(pScrn);
+ GlamoKMSExaClose(pScrn);
return NULL;
}