view src/bitmaps/gray.xbm @ 62330:747b2c665140

(Deletion): Complete description of `C-x C-o'.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 14 May 2005 14:01:40 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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