view src/bitmaps/gray1.xbm @ 85359:ed375528e645

* configure.in (HAVE_RES_INIT): Define if res_init() exists. (HAVE_LIBRESOLV): Also define if we are using res_init().
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 17 Oct 2007 15:52:53 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};