view src/bitmaps/gray.xbm @ 72946:7bdeeb04897d

Fixed "regex char class matching breaks if you change entries in the syntax table."
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 17 Sep 2006 17:39:45 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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