Bochs/bochs/gui/bitmaps/userbutton.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

41 lines
1.3 KiB
C

/* XPM */
static const char *userbutton_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 2 1",
". c None",
"# c #000000",
/* pixels */
"................................",
"..#....#...####..####..####.....",
"..#....#..#......#.....#...#....",
"..#....#..#......#.....#...#....",
"..#....#...###...####..####.....",
"..#....#......#..#.....##.......",
"..#....#......#..#.....#.##.....",
"...####...####...####..#...#....",
"................................",
"................................",
".............................#..",
"..........................###...",
".........................#......",
"........................#.......",
".......................#........",
".......................#........",
".#############################..",
".#...........................#..",
".#.#.#.#.#.#.#.#.#.#.#...#.#.#..",
".#...........................#..",
".#...........................#..",
".#.#.#.#.#.#.#.#.#.#.#.#.#.#.#..",
".#..#.#.#.#.#.#.#...#...#.#..#..",
".#.#.#.#.#.#.#.#.#.#.#.#.#.#.#..",
".#..#.#.#.#.#.#.#.......#.#..#..",
".#.#.#.#.#.#.#.#.#.....#.#.#.#..",
".#..#.#.#.#.#.#.#...#...#.#..#..",
".#.#.#.#######.#.#.#.#.#.#.#.#..",
".#...........................#..",
".#############################..",
"................................",
"................................"
};