Mercurial > emacs
view src/bitmaps/gray3.xbm @ 76353:b9f9cc15f5d7
** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps
It actually does.
** Failure to build on Solaris. Did reverting Jan's change bring back the old bug?
No: the change was not completely reverted, only the part the caused
the new problem.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 05 Mar 2007 22:14:02 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray3_width 4 #define gray3_height 4 static unsigned char gray3_bits[] = { 0x01, 0x00, 0x04, 0x00};