space cleanup
This commit is contained in:
@@ -19,8 +19,8 @@ MODULE_EXPORT int CFontz_width (Driver * drvthis);
|
||||
MODULE_EXPORT int CFontz_height (Driver *drvthis);
|
||||
MODULE_EXPORT void CFontz_clear (Driver *drvthis);
|
||||
MODULE_EXPORT void CFontz_flush (Driver *drvthis);
|
||||
MODULE_EXPORT void CFontz_string (Driver * drvthis, int x, int y, char string[]);
|
||||
MODULE_EXPORT void CFontz_chr (Driver * drvthis, int x, int y, char c);
|
||||
MODULE_EXPORT void CFontz_string (Driver *drvthis, int x, int y, unsigned char string[]);
|
||||
MODULE_EXPORT void CFontz_chr (Driver *drvthis, int x, int y, unsigned char c);
|
||||
|
||||
MODULE_EXPORT void CFontz_vbar (Driver *drvthis, int x, int y, int len, int promille, int options);
|
||||
MODULE_EXPORT void CFontz_hbar (Driver *drvthis, int x, int y, int len, int promille, int options);
|
||||
|
||||
Reference in New Issue
Block a user