update bar functions to 0.5 API for Wirz SLI and MTC_S16209X drivers

This commit is contained in:
marschap
2005-07-25 17:54:07 +00:00
parent 3e1ed65a12
commit d7d2c5771f
5 changed files with 38 additions and 70 deletions
+3 -4
View File
@@ -18,10 +18,9 @@ MODULE_EXPORT void sli_flush (Driver *drvthis);
MODULE_EXPORT void sli_string (Driver *drvthis, int x, int y, char *string);
MODULE_EXPORT void sli_chr (Driver *drvthis, int x, int y, char c);
MODULE_EXPORT void sli_old_vbar (Driver *drvthis, int x, int len);
MODULE_EXPORT void sli_old_hbar (Driver *drvthis, int x, int y, int len);
MODULE_EXPORT void sli_num (Driver *drvthis, int x, int num);
MODULE_EXPORT void sli_old_icon (Driver *drvthis, int which, char dest);
MODULE_EXPORT void sli_vbar (Driver *drvthis, int x, int y, int len, int promille, int options);
MODULE_EXPORT void sli_hbar (Driver *drvthis, int x, int y, int len, int promille, int options);
MODULE_EXPORT int sli_icon (Driver *drvthis, int x, int y, int icon);
MODULE_EXPORT void sli_set_char (Driver *drvthis, int n, char *dat);