Mercurial > emacs
view src/bitmaps/gray.xbm @ 94277:0d9b4dfd3f8b
(speedbar-use-tool-tips-flag): Check for tooltip-mode, rather than
using an Emacs version test.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Wed, 23 Apr 2008 02:58:26 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
