view src/bitmaps/gray.xbm @ 43592:57b39ddab58f

(hexl-options): Doc fix. Update Commentary section.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 28 Feb 2002 16:19:45 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};