view src/bitmaps/gray.xbm @ 26922:6fdf1f6c23a0

(byte-compile-bound-variables): Doc fix. (byte-extrude-byte-code-vectors): Use remprop. (byte-compile-lambda): Check that arg is a lambda.
author Dave Love <fx@gnu.org>
date Thu, 16 Dec 1999 15:26:03 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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