view src/bitmaps/gray1.xbm @ 33629:d07521d90a8e

(get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH.
author Kenichi Handa <handa@m17n.org>
date Mon, 20 Nov 2000 11:40:45 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};