Mercurial > emacs
view src/bitmaps/gray.xbm @ 69997:8a4e2269dd99
(org-ctrl-c-ctrl-c): Improved documentation string.
(org-agenda-mouse-1-follows-link)
(org-mouse-1-follows-link): New options.
(org-format-agenda-item): Fixed bug if TAGS is nil.
(org-agenda-get-scheduled): Quote `priority' symbol in plist.
| author | Carsten Dominik <dominik@science.uva.nl> |
|---|---|
| date | Thu, 13 Apr 2006 07:05:56 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
