cosmetic changes to a few drivers: keep functions not in the 0.5 API private

This commit is contained in:
marschap
2005-07-25 17:05:39 +00:00
parent d0b137d5a5
commit 3e1ed65a12
6 changed files with 11 additions and 19 deletions
+2 -2
View File
@@ -255,7 +255,7 @@ sli_chr (Driver *drvthis, int x, int y, char c)
characters, so that you can do both bar types at once.. maybe I
will release a new version of the SLI driver that attempts this */
MODULE_EXPORT void
static void
sli_init_vbar (Driver *drvthis)
{
char a[] = {
@@ -344,7 +344,7 @@ sli_init_vbar (Driver *drvthis)
/////////////////////////////////////////////////////////////////
// Inits horizontal bars...
//
MODULE_EXPORT void
static void
sli_init_hbar (Driver *drvthis)
{