view src/bitmaps/gray.xbm @ 56233:e4e80ee3d6db

(Invisible Text): Setting buffer-invisibility-spec makes it buffer-local.
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Jun 2004 20:13:57 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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