view src/bitmaps/gray1.xbm @ 47366:32c66a092ce6

Notify revisions simple.el.~1.566~ and simple.el.~1.569~ correctly.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 10 Sep 2002 02:41:58 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};