Mercurial > emacs
view src/bitmaps/gray1.xbm @ 106098:8c46fe65b4c6
* lisp.h: Remove declaration of Ffont_get_system_font.
* xfns.c: Move include of "xsettings.h".
* xsettings.h: Use EXFUN to declare Ffont_get_system_font.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Tue, 17 Nov 2009 21:57:48 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray1_width 2 #define gray1_height 2 static unsigned char gray1_bits[] = { 0x01, 0x02};