aboutsummaryrefslogtreecommitdiffstats
path: root/src/bitmaps/gray.xbm
blob: ec4712190111179bc46e4e184efaeab205fb4af4 (plain)
1
2
3
4
#define gray_width 2
#define gray_height 2
static char gray_bits[] = {
  '\x01','\x02'};