add get_free_chars() method

This commit is contained in:
marschap
2006-04-25 08:41:44 +00:00
parent 01600bdbb1
commit ae630e2613
4 changed files with 55 additions and 0 deletions
+2
View File
@@ -35,7 +35,9 @@ MODULE_EXPORT void CFontzPacket_vbar (Driver *drvthis, int x, int y, int len, in
MODULE_EXPORT void CFontzPacket_hbar (Driver *drvthis, int x, int y, int len, int promille, int options);
MODULE_EXPORT void CFontzPacket_num (Driver *drvthis, int x, int num);
MODULE_EXPORT int CFontzPacket_icon(Driver *drvthis, int x, int y, int icon);
MODULE_EXPORT void CFontzPacket_cursor (Driver *drvthis, int x, int y, int state);
MODULE_EXPORT int CFontzPacket_get_free_chars (Driver *drvthis);
MODULE_EXPORT void CFontzPacket_set_char (Driver *drvthis, int n, char *dat);
MODULE_EXPORT int CFontzPacket_get_contrast (Driver *drvthis);