view src/bitmaps/gray.xbm @ 72470:3b82c004bf25

(x_draw_stretch_glyph_string): It is ok to draw a stretch glyph in left marginal areas on header and mode lines.
author Kim F. Storm <storm@cua.dk>
date Mon, 21 Aug 2006 08:53:32 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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