view src/bitmaps/gray.xbm @ 66180:c80a3a047c83

(mouse-set-region): Don't do sit-for on a mac frame.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 18 Oct 2005 08:04:11 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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