view src/bitmaps/gray.xbm @ 46733:fc2f7f66ce57

(check-ispell-version): Bind default-directory to avoid errors. Kill the old temp buffer at the beginning.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Jul 2002 17:29:31 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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