view src/bitmaps/gray.xbm @ 75295:b1b2424e2f41

* type-break.el (type-break-demo-hanoi, type-break-demo-life) (type-break-demo-boring): Call read-event instead of read-char.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 20 Jan 2007 02:48:35 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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