Mercurial > emacs
view src/bitmaps/gray.xbm @ 94983:fa401b47e382
(Finternal_set_lisp_face_attribute): Be sure to make a
font-spec for QCfont value.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Thu, 15 May 2008 01:01:05 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
