summaryrefslogtreecommitdiff
path: root/src/aticonsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aticonsole.h')
-rw-r--r--src/aticonsole.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/aticonsole.h b/src/aticonsole.h
index 0dd18cc..1733efd 100644
--- a/src/aticonsole.h
+++ b/src/aticonsole.h
@@ -35,9 +35,9 @@ extern void ATILeaveGraphics(ScrnInfoPtr, ATIPtr);
extern Bool ATISwitchMode(SWITCH_MODE_ARGS_DECL);
-extern Bool ATIEnterVT(VT_FUNC_ARGS_DECL);
-extern void ATILeaveVT(VT_FUNC_ARGS_DECL);
+extern Bool ATIEnterVT(ScrnInfoPtr pScrn);
+extern void ATILeaveVT(ScrnInfoPtr pScrn);
-extern void ATIFreeScreen(FREE_SCREEN_ARGS_DECL);
+extern void ATIFreeScreen(ScrnInfoPtr pScrn);
#endif /* ___ATICONSOLE_H___ */