view src/bitmaps/gray.xbm @ 110681:3d4521b949df

* src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 01 Oct 2010 06:06:44 -0700
parents 8f14d08e19f7
children
line wrap: on
line source

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