view src/bitmaps/gray1.xbm @ 102190:220614a1aa60

(Sequences Arrays Vectors): Make introduction more concise. (Arrays): Mention char-tables and bool-vectors too. (Vectors): Don't repeat information given in Arrays node. Link to nodes that explain the vector usage examples. (Char-Tables): Note that char-table elements can have arbitrary type. Explain effect of omitted char-table-extra-slots property.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 22 Feb 2009 21:07:15 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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