Mercurial > emacs
view src/bitmaps/gray.xbm @ 71552:df35f095b799
Remove incorrect comment about left/right-fringe-width.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Fri, 30 Jun 2006 22:41:43 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};