Mercurial > emacs
view src/bitmaps/gray.xbm @ 65270:3c42ea656d31
(zmacs-regions): Add defvar.
(reftex-toc-include-labels-indicator, reftex-toc-include-index-indicator,
reftex-toc-max-level-indicator): Move up declarations.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 31 Aug 2005 10:34:40 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
