Mercurial > emacs
view src/bitmaps/gray.xbm @ 108008:3ccddf080698
Fix typos and spacing.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 21 Apr 2010 02:49:40 +0200 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
