diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-06-26 04:38:12 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-06-26 04:38:12 +0000 |
commit | c7e1d31c6aec3a99061c77c4d6f57e2e874e37f1 (patch) | |
tree | 5b9fa3469531ea58e650a25e5d78db764e65e41c /src/aticonsole.c | |
parent | 1beca962ecee5b5c51eb2fb8451fcc2a2ed4b97c (diff) |
Bug #3628: Fix video driver submodule visibility.XORG-6_8_99_13
Diffstat (limited to 'src/aticonsole.c')
-rw-r--r-- | src/aticonsole.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/aticonsole.c b/src/aticonsole.c index b3c09000..6b2deebf 100644 --- a/src/aticonsole.c +++ b/src/aticonsole.c @@ -668,7 +668,7 @@ ATILeaveGraphics * * This function switches to another graphics video state. */ -Bool +_X_EXPORT Bool ATISwitchMode ( int iScreen, @@ -721,7 +721,7 @@ ATISwitchMode * * This function sets the server's virtual console to a graphics video state. */ -Bool +_X_EXPORT Bool ATIEnterVT ( int iScreen, @@ -799,7 +799,7 @@ ATIEnterVT * This function restores the server's virtual console to its state on server * entry. */ -void +_X_EXPORT void ATILeaveVT ( int iScreen, @@ -828,7 +828,7 @@ ATILeaveVT * * This function frees all driver data related to a screen. */ -void +_X_EXPORT void ATIFreeScreen ( int iScreen, |