view src/bitmaps/gray.xbm @ 92351:1faa9403a7f5

Rename describe-project to describe-gnu-project.
author Kim F. Storm <storm@cua.dk>
date Fri, 29 Feb 2008 23:38:43 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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