You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
296 B
C
22 lines
296 B
C
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"7 7 8 1",
|
|
" c black",
|
|
". c gray5",
|
|
"X c #565656",
|
|
"o c #939393",
|
|
"O c #c8c8c8",
|
|
"+ c LightGray",
|
|
"@ c #fefefe",
|
|
"# c None",
|
|
/* pixels */
|
|
"##@+###",
|
|
"#@X.O##",
|
|
"@X .O#",
|
|
"o .@",
|
|
"@X .O#",
|
|
"#@X.O##",
|
|
"##@O###"
|
|
};
|