view src/bitmaps/gray.xbm @ 29697:f24d81dfa064

* xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.
author Ken Raeburn <raeburn@raeburn.org>
date Fri, 16 Jun 2000 16:00:52 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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