view src/bitmaps/gray.xbm @ 109725:b5ae5029d51c

language/hebrew.el: Exclude U+05BD (Hebre MAQAF) from the composable pattern.
author Kenichi Handa <handa@etlken>
date Mon, 09 Aug 2010 17:12:49 +0900
parents 8f14d08e19f7
children
line wrap: on
line source

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