view src/bitmaps/gray.xbm @ 111068:f72fefc68ae4

nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove. nnrss.el (nnrss-request-article): Don't use special html washing code.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 21 Oct 2010 00:27:32 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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