summaryrefslogtreecommitdiffstats
path: root/bitmaps/gray75.xbm
blob: f700b2cd02865e225763326eacb611659b90cf1b (plain)
1
2
3
4
5
6
#define gray75_width 16
#define gray75_height 16
static unsigned char gray75_bits[] = {
   0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd,
   0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd,
   0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd};