Mercurial > emacs
view src/bitmaps/gray.xbm @ 92796:87ea46f93e54
(AC_INIT): Fix version number.
(sync-input): Reword the option, since it's on by default.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Thu, 13 Mar 2008 03:13:12 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
