Mercurial > emacs
view src/bitmaps/gray.xbm @ 89124:aabfe2dc76da
(x_set_font): Change the error message of the case that
x_new_fontset returns Qt.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 27 Sep 2002 04:50:23 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
