view src/bitmaps/gray.xbm @ 57668:d9dc84198059

(process-file): Accept nil for INFILE. Reported by Luc Teirlinck.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sun, 24 Oct 2004 09:06:05 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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