Mercurial > emacs
view src/bitmaps/gray.xbm @ 81210:719b81ea38eb
Mark H. Weaver <mhw at netris.org> (tiny change)
(set-mark-command-repeat-pop): Fix duplicate entry.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 07 Jun 2007 06:40:52 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};