view src/bitmaps/gray.xbm @ 88101:5297ed06b207

(CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver): Cancel previous change.
author Kenichi Handa <handa@m17n.org>
date Fri, 01 Feb 2008 01:18:05 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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