view src/bitmaps/gray.xbm @ 96552:03b926c8993f

* macfns.c (x_create_tip_frame): * w32fns.c (x_create_tip_frame): * xfns.c (x_create_tip_frame): Pass parameter argument to face-set-after-frame-default.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 08 Jul 2008 17:29: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};