view src/bitmaps/gray.xbm @ 99103:756a5e092d58

(--without-sync-input, --with-pkg-config-prog): Help strings start with lower case. (--with-gnustep-conf): New option. (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
author Glenn Morris <rgm@gnu.org>
date Fri, 24 Oct 2008 07:22:35 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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