view src/bitmaps/gray.xbm @ 75733:e61c6445cee2

Add text about next-node.xpm, prev-node.xpm and up-node.xpm.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 08 Feb 2007 19:07:25 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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