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/atiscreen.c | |
parent | 1beca962ecee5b5c51eb2fb8451fcc2a2ed4b97c (diff) |
Bug #3628: Fix video driver submodule visibility.XORG-6_8_99_13
Diffstat (limited to 'src/atiscreen.c')
-rw-r--r-- | src/atiscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atiscreen.c b/src/atiscreen.c index 812aa2c3..4846b3ce 100644 --- a/src/atiscreen.c +++ b/src/atiscreen.c @@ -125,7 +125,7 @@ ATIMinBits * * This function is called by DIX to initialise the screen. */ -Bool +_X_EXPORT Bool ATIScreenInit ( int iScreen, |