view src/bitmaps/gray3.xbm @ 66572:a99155be4d04

(mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp) (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync docstrings with manual.
author Bill Wohler <wohler@newt.com>
date Mon, 31 Oct 2005 01:59:51 +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};