blob: 8698b03c781d8f5f2dfc238bc2f5462f8724716d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"6 8 2 1",
"x c Gray0",
" c None",
/* pixels */
" xxx ",
" x ",
" x ",
" xx ",
" x ",
" ",
" x ",
" "
};
|