Mercurial > emacs
view src/bitmaps/gray.xbm @ 109888:fd080c6fcd86
minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
| author | joakim@verona.se |
|---|---|
| date | Fri, 20 Aug 2010 21:55:21 +0200 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
