view src/bitmaps/gray1.xbm @ 95013:125a7ecf00db

(font_find_for_lface): Reflect LFACE_FONT in the font preference.
author Kenichi Handa <handa@m17n.org>
date Thu, 15 May 2008 10:29:19 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};