summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2012-06-16 19:23:44 -0500
committerRob Clark <rob@ti.com>2012-06-16 19:24:10 -0500
commit95ad991010b42870f11626d5defe82b2b2507372 (patch)
treeb970b7fb0927ed09582c5ad04b313c062fad67e7
parent0615ee8cd73068332879695cbdf662cf5b9b597c (diff)
omap: finish port to compat API
updating the EXA hooks was missed. Signed-off-by: Rob Clark <rob@ti.com>
-rw-r--r--src/omap_exa_null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/omap_exa_null.c b/src/omap_exa_null.c
index b6cdb9d..a40f534 100644
--- a/src/omap_exa_null.c
+++ b/src/omap_exa_null.c
@@ -77,7 +77,7 @@ PrepareCompositeFail(int op, PicturePtr pSrcPicture, PicturePtr pMaskPicture,
}
static Bool
-CloseScreen(int scrnIndex, ScreenPtr pScreen)
+CloseScreen(CLOSE_SCREEN_ARGS_DECL)
{
#if 0 // TODO need to change CloseScreen/FreeScreen ..
exaDriverFini(pScreen);
@@ -87,7 +87,7 @@ CloseScreen(int scrnIndex, ScreenPtr pScreen)
}
static void
-FreeScreen(int scrnIndex, int flags)
+FreeScreen(FREE_SCREEN_ARGS_DECL)
{
}