123456789101112131415161718192021222324252627282930313233343536 |
- /* XPM */
- /* $XConsortium: default.xpm /main/2 1996/07/24 16:07:43 drk $ */
- static char *default2[] = {
- /* width height num_colors chars_per_pixel */
- " 170 26 2 1",
- /* colors */
- ". c #000000",
- "# c #ffffff",
- /* pixels */
- "##########################################################################################################################################################################",
- "##########################################################################################################################################################################",
- "##########################################################################################################################################################################",
- "##########################################################################################################################################################################",
- "#######.....###############################..########..#################..#######..########################################..##..###########..#########..#################",
- "#####.........#############################..########..#################..#######..########################################..##..###########..#########..#################",
- "####...#####...############################..###########################..#######..############################################..###########..#########..#################",
- "####..#######..############################..###########################..#######..############################################..###########..#########..#################",
- "###...#######..##..#..##.....###..#....####..##...###..####.....########..#######..##..##...####.....###..####..###.....###..##..###.....###..#....####..####....#########",
- "###..############..#..#...#...##........###..#.....##..###.......#######..#######..##..#.....##...#...##..####..##...#...##..##..##...#...##........###..###......########",
- "###..############...###..###..##...###..###...###..##..###..###..#######..#######..##...###..##..###..##..####..##..###..##..##..##..###..##...###..###..##..####..#######",
- "###..#####.....##..########...##..#####..##..####..##..##..#############..#######..##..####..######...###..##..#######...##..##..######...##..#####..##..##..####..#######",
- "###..#####.....##..#####......##..#####..##..####..##..##..#############..#######..##..####..###......###..##..####......##..##..###......##..#####..##..##........#######",
- "###...#######..##..####...##..##..#####..##..####..##..##..#############..#######..##..####..##...##..###..##..###...##..##..##..##...##..##..#####..##..##..#############",
- "####..#######..##..####..###..##..#####..##..####..##..##..#############..#######..##..####..##..###..####.##.####..###..##..##..##..###..##..#####..##..##..#############",
- "####...#####...##..####..###..##...###..###..####..##..###..###..########..#####..###..####..##..###..####....####..###..##..##..##..###..##...###..###..##...###..#######",
- "#####..........##..####...#...##........###..####..##..###.......########.........###..####..##...#...#####..#####...#...##..##..##...#...##........###..###.......##..###",
- "#######.....#..##..#####...#..##..#....####..####..##..####.....###########.....#####..####..###...#..#####..######...#..##..##..###...#..##..#....####..####....####..###",
- "################################..########################################################################################################################################",
- "################################..########################################################################################################################################",
- "################################..########################################################################################################################################",
- "################################..########################################################################################################################################",
- "##########################################################################################################################################################################",
- "##########################################################################################################################################################################",
- "##########################################################################################################################################################################",
- "##########################################################################################################################################################################",
- };
|