view src/bitmaps/gray.xbm @ 50120:34d5ae26ea24

(Fdetect_coding_string): Fix docstring.
author Kenichi Handa <handa@m17n.org>
date Thu, 13 Mar 2003 11:16:16 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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