You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
196 B
15 lines
196 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"4 4 4 1",
|
||
|
" c #09aaff",
|
||
|
". c #9dc8ff",
|
||
|
"X c #9dcaff",
|
||
|
"o c #cee5ff",
|
||
|
/* pixels */
|
||
|
"oX X",
|
||
|
"oX X",
|
||
|
"oX .",
|
||
|
"oX ."
|
||
|
};
|