Mercurial > emacs
view src/bitmaps/gray.xbm @ 47734:4d0401ba4eae
*** empty log message ***
| author | Markus Rost <rost@math.uni-bielefeld.de> |
|---|---|
| date | Wed, 02 Oct 2002 16:33:06 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
