613b146974
- use X desktop size for the maximum guest resulution
42 lines
1.3 KiB
C
42 lines
1.3 KiB
C
/* XPM */
|
|
static const char *copy_xpm[] = {
|
|
/* width height num_colors chars_per_pixel */
|
|
" 32 32 2 1",
|
|
/* colors */
|
|
". c None",
|
|
"# c #000000",
|
|
/* pixels */
|
|
"................................",
|
|
"........####....................",
|
|
".......#........................",
|
|
".......#.....##..###..#..#......",
|
|
".......#....#..#.#..#.#..#......",
|
|
".......#....#..#.#..#.#..#......",
|
|
"........####.##..###...###......",
|
|
".................#.......#......",
|
|
"...###########...#.......#......",
|
|
"...#.........#........###.......",
|
|
"...#.#####.#.#..................",
|
|
"...#.........#..................",
|
|
"...#.###.###.#..................",
|
|
"...#.........#..................",
|
|
"...#.####..###..................",
|
|
"...#......#..#..................",
|
|
"...#...#.....#..................",
|
|
"...#.#######.#.###########......",
|
|
"...#.........#.#.........#......",
|
|
"...###########.#.#####.#.#......",
|
|
"...............#.........#......",
|
|
".......#...#...#.###.###.#......",
|
|
".......#....#..#.........#......",
|
|
"........######.#.####..###......",
|
|
"............#..#......#..#......",
|
|
"...........#...#...#.....#......",
|
|
"...............#.#######.#......",
|
|
"...............#.........#......",
|
|
"...............###########......",
|
|
"................................",
|
|
"................................",
|
|
"................................"
|
|
};
|