view src/bitmaps/gray3.xbm @ 45454:3244cd2850b8

* w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for now, when the address is needed.
author Ken Raeburn <raeburn@raeburn.org>
date Tue, 21 May 2002 21:35:41 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray3_width 4
#define gray3_height 4
static unsigned char gray3_bits[] = {
   0x01, 0x00, 0x04, 0x00};