Bochs/bochs/gui/bitmaps/saverestore.xpm
Stanislav Shwartsman a71543ced4 Added new (currently not connected) button for save/restore feature.
Pressing the button currently prints to the log diagnostic message.
Vaolker, could you make it call save/restore dialog and remove the button inside config dialog ?
2006-06-06 22:11:09 +00:00

42 lines
1.3 KiB
C
Executable File

/* XPM */
static char *saverestore_xpm[] = {
/* width height num_colors chars_per_pixel */
" 32 32 2 1",
/* colors */
". c None",
"# c #000000",
/* pixels */
"................................",
"................................",
"................................",
".###.#..#.###.###.###..###.###..",
".#...#..#.#...#.#.#...#..#.#..#.",
"..##.#..#..##.###.###.#..#.#..#.",
"...#.#..#...#.#...#...#..#.#..#.",
".###.####.###.#...###.#..#.###..",
"................................",
"................................",
"................................",
"................................",
".............####...............",
".............####...............",
".............####...............",
".............####...............",
"..........## #### ##............",
".........### #### ###...........",
"........#### #### ####..........",
"........###..####..###..........",
"........###..####..###..........",
"........###........###..........",
"........###........###..........",
"........###........###..........",
"........###........###..........",
"........###........###..........",
"........##############..........",
".........############...........",
"..........##########............",
"................................",
"................................",
"................................",
};