view src/bitmaps/gray.xbm @ 76732:9da363f4f83c

** rob@tenfoot.org.uk, Mar 12: set-face-attribute doesn't set default for new frames Fix checked in.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 25 Mar 2007 19:01: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};