view src/bitmaps/gray.xbm @ 57756:a8bc01ac68d0

(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 27 Oct 2004 20:15:05 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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