Mercurial > emacs
view src/bitmaps/gray.xbm @ 44126:00aef3a1182b
(enriched-face-ans): Support FACE of the form
(:foreground COLOR) and (:background COLOR).
(enriched-decode-foreground, enriched-decode-background): Set the
fore- and background colors of the faces we create, since facemenu
doesn't.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sun, 24 Mar 2002 19:14:32 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
