Bochs/bochs/gui/bitmaps/userbutton.xpm

41 lines
1.3 KiB
C

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