Mercurial > emacs
view src/bitmaps/gray.xbm @ 75757:fa4ebb68ab30
(calculator): Do more extensive checking for when 3 lines should be
used for the calculator.
| author | Jay Belanger <jay.p.belanger@gmail.com> |
|---|---|
| date | Sat, 10 Feb 2007 22:01:25 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
