view src/bitmaps/gray.xbm @ 30063:f5bcbb9efca6

Add support for `bootstrap' and related targets. Include minimal debug info in emacs.exe in release build. Remove all dependencies on lisp.h, and fixup some others.
author Andrew Innes <andrewi@gnu.org>
date Wed, 05 Jul 2000 16:37:46 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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