view src/bitmaps/gray.xbm @ 105023:e0d5fc8f7387

(find-lisp-object-file-name): When looking for autoloaded variables, also consider the .elc files, since the .el files are normally gzipped (subsequent code locates the .el.gz from the .elc).
author Glenn Morris <rgm@gnu.org>
date Tue, 15 Sep 2009 02:35:47 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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