view src/bitmaps/gray.xbm @ 74401:91f07bb5ee05

(HAVE_SYNC): New test.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 04 Dec 2006 08:17:59 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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