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.
23 lines
556 B
23 lines
556 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"33 10 6 1",
|
|
" c Gray1",
|
|
". c Gray",
|
|
"X c #898989",
|
|
"o c Gray74",
|
|
"O c Gray77",
|
|
"+ c None",
|
|
/* pixels */
|
|
"+++++++++++++++++++++++++++++++++",
|
|
"++++++++O.XXXXXXXXXXXXXXXO+++++++",
|
|
"++++++++. .+++++++",
|
|
"++++++++X X+++++++",
|
|
"++++++++. .+++++++",
|
|
"++++++++. X+++++++",
|
|
"++++++++. .+++++++",
|
|
"+o o",
|
|
"+X X",
|
|
"++XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX+"
|
|
};
|