view src/bitmaps/gray3.xbm @ 70154:ab05f8713897

(MS-DOS File Names): Remove section about backslashes and case-insensitivity in file names (moved to the main manual). (MS-DOS Printing): Move most of the text to the main manual.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Apr 2006 11:42:01 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray3_width 4
#define gray3_height 4
static unsigned char gray3_bits[] = {
   0x01, 0x00, 0x04, 0x00};