Mercurial > emacs
view src/bitmaps/gray.xbm @ 66104:f309eed9f854
* images/gud/n.pbm, images/gud/n.xpm
* images/gud/ni.xpm, images/gud/ni.xpm
* images/gud/s.xpm, images/gud/s.xpm
* images/gud/si.xpm, images/gud/si.xpm: Rename to
next.*, nexti.*, step.*, and stepi.* , respectively, as the
file-name no longer clashes on 8+3 filesystems.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 15 Oct 2005 22:56:30 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};