Mercurial > emacs
view src/bitmaps/gray.xbm @ 97818:a4677d55715f
(optimize_sub_char_table): Perform more greedy optimization.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 29 Aug 2008 07:53:11 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};