view src/bitmaps/gray3.xbm @ 80953:ea0522d0fbf0

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 19) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-755
author Miles Bader <miles@gnu.org>
date Fri, 18 May 2007 02:35:36 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray3_width 4
#define gray3_height 4
static unsigned char gray3_bits[] = {
   0x01, 0x00, 0x04, 0x00};