view src/bitmaps/gray.xbm @ 101182:1b1c8dcb77b9

(view-help-file): Use goto-address-mode instead of goto-address.
author Juri Linkov <juri@jurta.org>
date Wed, 14 Jan 2009 23:10:54 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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