view src/bitmaps/gray.xbm @ 78362:655e2c8d2f5f

Update some .arch-inventory files Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77 Creator: Michael Olson <mwolson@gnu.org>
author Miles Bader <miles@gnu.org>
date Mon, 30 Jul 2007 05:36: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};