view src/bitmaps/gray.xbm @ 102541:cdeea75795b2

(doc-view-mode-map): Bind RET to image-next-line.
author Tassilo Horn <tassilo@member.fsf.org>
date Fri, 13 Mar 2009 21:03:21 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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