2007-06-15 12:23:51 +00:00
|
|
|
/* XPM */
|
2007-06-05 12:10:51 +00:00
|
|
|
#ifndef XPMMAIN
|
2007-10-31 08:34:05 +00:00
|
|
|
extern const char *save_part_in_mem_xpm[];
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
|
|
#else
|
2007-10-31 08:34:05 +00:00
|
|
|
const char *save_part_in_mem_xpm[] = {
|
|
|
|
/* columns rows colors const chars-per-pixel */
|
2007-06-05 12:10:51 +00:00
|
|
|
"16 15 5 1",
|
|
|
|
" c None",
|
|
|
|
". c Black",
|
|
|
|
"x c White",
|
|
|
|
"o c Red",
|
|
|
|
"- c BLUE",
|
|
|
|
|
|
|
|
/* pixels */
|
|
|
|
" - xxxxxxxxx",
|
|
|
|
" -- x.......x",
|
|
|
|
"------ x.......x",
|
|
|
|
"-------x.ooooo.x",
|
|
|
|
"------ x..o.o..x",
|
|
|
|
"-- -- x.oo.oo.x",
|
|
|
|
"-- - x..o.o..x",
|
|
|
|
"-- x.oo.oo.x",
|
|
|
|
"-- x..o.o..x",
|
|
|
|
"-- x.ooooo.x",
|
|
|
|
"-- x.......x",
|
|
|
|
"-- x.......x",
|
|
|
|
"-- xxxxxxxxx",
|
|
|
|
"-- ",
|
|
|
|
"-- "
|
|
|
|
};
|
|
|
|
#endif
|
|
|
|
|