Mercurial > emacs
view src/bitmaps/gray.xbm @ 71624:263c82655d46
(dun-load-d, dun-eval): Use eval-buffer.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Wed, 05 Jul 2006 07:35:46 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};