Mercurial > emacs
view src/bitmaps/gray3.xbm @ 78017:7d00a8fdb7e3
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 232)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-50
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Sat, 16 Jun 2007 22:29:59 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray3_width 4 #define gray3_height 4 static unsigned char gray3_bits[] = { 0x01, 0x00, 0x04, 0x00};
