Mercurial > emacs
view src/bitmaps/gray.xbm @ 92565:2da52b160bb2
(Info-bookmark-make-record): Delete obsolete second arg.
| author | Tassilo Horn <tassilo@member.fsf.org> |
|---|---|
| date | Fri, 07 Mar 2008 16:00:13 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
