view src/bitmaps/gray.xbm @ 85728:2797206f47b8

Add a local variables section, and set byte-compile-warnings to `(not cl-functions)'.
author Glenn Morris <rgm@gnu.org>
date Sun, 28 Oct 2007 23:51:52 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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