Mercurial > emacs
view src/bitmaps/gray.xbm @ 34593:f727eb496b4e
(detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
argument.
(code_convert_region): Don't override coding->src_multibyte and
coding->dst_multibyte.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 15 Dec 2000 08:30:40 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
