view src/bitmaps/gray.xbm @ 38965:0c180a4e348d

(mail-send-hook): Remove a duplicate defcustom. From Simon Josefsson <jas@extundo.com>.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 27 Aug 2001 08:06:58 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};