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.
18 lines
241 B
18 lines
241 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"8 8 3 1",
|
||
|
" c Gray59",
|
||
|
". c #d5d5d5",
|
||
|
"X c None",
|
||
|
/* pixels */
|
||
|
"XXXXXXXX",
|
||
|
"XXX XX",
|
||
|
"XX ... X",
|
||
|
"X .XXX. ",
|
||
|
"X .XXX. ",
|
||
|
"X .XXX. ",
|
||
|
"XX ... X",
|
||
|
"XXX XX"
|
||
|
};
|