little cleanups

This commit is contained in:
marschap
2006-06-20 17:19:43 +00:00
parent 89997fb68d
commit 6a1a98ccba
2 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -800,9 +800,10 @@ IOWarrior_get_free_chars (Driver *drvthis)
/*********************************************************************
* API: Sets a custom character from 0 - (NUM_CCs-1)
*
* The API only permit setting to off=0 and on<>0
* For input is just an array of characters:
* values > 0 mean "on" and values <= 0 are "off".
* The input is an array of bytes, each representing a pixel row
* starting from the top to bottom.
* The bits in each byte represent the pixels where the LSB
* (least significant bit) is the rightmost pixel in each pixel row
*/
MODULE_EXPORT void
IOWarrior_set_char(Driver *drvthis, int n, unsigned char *dat)
+2 -1
View File
@@ -63,7 +63,8 @@ typedef enum {
vbar, /* vertical bars */
hbar, /* horizontaln bars */
bignum, /* big numbers */
bigchar /* big characters */
bigchar, /* big characters */
custom /* custom icons */
} CGmode;