view src/bitmaps/gray.xbm @ 77313:822ad5dba239

* paren.el (show-paren-function): Reset window-start to avoid recentering.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 19 Apr 2007 17:18:55 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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