summaryrefslogtreecommitdiff
path: root/src/omap_exa_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/omap_exa_null.c')
-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)
{
}