view src/bitmaps/gray.xbm @ 91011:7239c19e55e9

(xftfont_draw): If s->font_info != s->face->font_info, create a temporal XftDraw object.
author Kenichi Handa <handa@m17n.org>
date Wed, 22 Aug 2007 12:34:29 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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