view src/bitmaps/gray.xbm @ 45386:453e599fd7f8

(yank-excluded-properties): Change :version attribute to a string.
author Markus Rost <rost@math.uni-bielefeld.de>
date Mon, 20 May 2002 03:06:24 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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