view src/bitmaps/gray.xbm @ 107131:741ff2bdfe79

(Man-completion-table): Don't signal an error if we can't run manual-program (bug#4056).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Feb 2010 11:00:01 -0500
parents 8f14d08e19f7
children
line wrap: on
line source

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