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.
27 lines
301 B
27 lines
301 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"4 14 6 1",
|
|
" c Gray26",
|
|
". c Gray38",
|
|
"X c Gray56",
|
|
"o c #a2a2a2",
|
|
"O c #c8c8c8",
|
|
"+ c None",
|
|
/* pixels */
|
|
"++++",
|
|
"+++o",
|
|
"++oX",
|
|
"++.+",
|
|
"+O +",
|
|
"+Xo+",
|
|
"+.o+",
|
|
"+.o+",
|
|
"+.o+",
|
|
"+Xo+",
|
|
"+O +",
|
|
"++.+",
|
|
"++oX",
|
|
"+++O"
|
|
};
|