Mercurial > emacs
view src/bitmaps/gray.xbm @ 67063:bc77b2e433fb
(Common Keywords): Update links types custom-manual and url-link.
Add link types emacs-library-link, file-link, function-link,
variable-link, custom-group-link.
| author | Juri Linkov <juri@jurta.org> |
|---|---|
| date | Mon, 21 Nov 2005 07:56:04 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
