view src/bitmaps/gray.xbm @ 60851:c96f650fe125

Code cleanup: make arguments constant whenever possible. (installshield-statement-keyword-list) (installshield-system-functions-list) (installshield-system-variables-list, installshield-types-list) (installshield-funarg-constants-list): Make them constants.
author Lute Kamstra <lute@gnu.org>
date Wed, 23 Mar 2005 10:47:26 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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