view src/bitmaps/gray.xbm @ 106592:d04aeb2c3beb

(Coding Standards): Update URL. (Getting the Source Code): Other VCSs are available.
author Glenn Morris <rgm@gnu.org>
date Tue, 15 Dec 2009 03:13:46 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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