comparison src/bitmaps/gray3.xbm @ 25830:8f14d08e19f7

#
author Dave Love <fx@gnu.org>
date Wed, 29 Sep 1999 16:37:29 +0000
parents
children
comparison
equal deleted inserted replaced
25829:ac7e9e5e2ccb 25830:8f14d08e19f7
1 #define gray3_width 4
2 #define gray3_height 4
3 static unsigned char gray3_bits[] = {
4 0x01, 0x00, 0x04, 0x00};