16 lines
666 B
C
16 lines
666 B
C
|
/* XPM */
|
||
|
static char *noFalloff[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"64 8 1 1 ",
|
||
|
" c white",
|
||
|
/* pixels */
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" "
|
||
|
};
|