view src/bitmaps/gray.xbm @ 82089:917d8d46f0bb

(byte-compile-from-buffer): initialise byte-compile-unresolved-functions before rather than after a compilation. (byte-compile-unresolved-functions): Amplify doc string.
author Alan Mackenzie <acm@muc.de>
date Tue, 24 Jul 2007 08:18:12 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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