Bochs/bochs/gui/bitmaps/reset.xpm
Volker Ruppert 613b146974 - fixed xpm-related warnings in 'x' and 'wx'
- use X desktop size for the maximum guest resulution
2011-02-10 23:00:56 +00:00

42 lines
1.3 KiB
C

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