You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
249 B
C
19 lines
249 B
C
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"6 6 6 1",
|
||
|
" c #020202",
|
||
|
". c #797979",
|
||
|
"X c #818181",
|
||
|
"o c Gray68",
|
||
|
"O c Gray85",
|
||
|
"+ c None",
|
||
|
/* pixels */
|
||
|
"++++++",
|
||
|
"++o.o+",
|
||
|
"+o O",
|
||
|
"+. X",
|
||
|
"+o O",
|
||
|
"++o.o+"
|
||
|
};
|