aboutsummaryrefslogtreecommitdiffstats
path: root/src/bitmaps/gray1.xbm
blob: 186ea2233c6e3575dcefa65dc041f9a741374d3d (plain)
1
2
3
4
#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};