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.
20 lines
377 B
20 lines
377 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"23 7 6 1",
|
|
" c Gray2",
|
|
". c Gray37",
|
|
"X c Gray45",
|
|
"o c #aaaaaa",
|
|
"O c #c8c8c8",
|
|
"+ c None",
|
|
/* pixels */
|
|
"+++++++++++++++++++++++",
|
|
"++++++oXXXXXXXXXXo+++++",
|
|
"++++++. .+++++",
|
|
"++++++. .+++++",
|
|
"++++++. .+++++",
|
|
"+O O",
|
|
"+OXXXXXoXXXXXXXXXXXXXX+"
|
|
};
|