view src/bitmaps/gray.xbm @ 108347:39d09d6f8dbc

Use new features of libotf and m17n-lib if available.
author Kenichi Handa <handa@etlken>
date Fri, 23 Apr 2010 21:29:11 +0900
parents 8f14d08e19f7
children
line wrap: on
line source

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