Mercurial > emacs
view src/bitmaps/gray1.xbm @ 107521:54f3a4d055ee
Document font-use-system-font.
* cmdargs.texi (Font X): Move most content to Fonts.
* frames.texi (Fonts): New node. Document font-use-system-font.
* emacs.texi (Top):
* xresources.texi (Table of Resources):
* mule.texi (Defining Fontsets, Charsets): Update xrefs.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Sat, 20 Mar 2010 13:24:06 -0400 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray1_width 2 #define gray1_height 2 static unsigned char gray1_bits[] = { 0x01, 0x02};
