view src/bitmaps/gray.xbm @ 97251:96dac1198131

(check_memory_limits) [HAVE_GETRLIMIT]: Fix calculation of data_size. Use correct type for five_percent.
author Andreas Schwab <schwab@suse.de>
date Sun, 03 Aug 2008 08:52:03 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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