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.
|
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"4 7 5 1",
|
|
" c Gray4",
|
|
". c #7b7b7b",
|
|
"X c Gray54",
|
|
"o c #a4a4a4",
|
|
"O c None",
|
|
/* pixels */
|
|
"OOOO",
|
|
"OO.O",
|
|
"OX X",
|
|
"Oo o",
|
|
"OO O",
|
|
"OO O",
|
|
"OOXO"
|
|
};
|