Mercurial > emacs
view src/bitmaps/gray.xbm @ 38460:6bee7ffac2cd
Proofreading fixes from Chris Green <chris_e_green@yahoo.com>
and "J. Otto Tennant" <jot@visi.com>.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Tue, 17 Jul 2001 10:39:21 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
