view src/bitmaps/gray.xbm @ 60048:ab86eb33656d

(Creating Buffer-Local): change-major-mode-hook is useful for discarding some minor modes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Feb 2005 10:25:20 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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