Mercurial > emacs
view src/bitmaps/gray.xbm @ 77814:661f67dcd827
Michael Olson <mwolson at gnu.org>
(Modules): Fix references to completion modules.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 26 May 2007 04:16:16 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};