blob: 99ba1a338419c70ac1f83125c7dda5dd8637087c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"6 3 3 1",
" c Gray42",
". c #bebebe",
"X c None",
/* pixels */
"XXXXXX",
"X. .",
"X. ."
};
|