view src/bitmaps/gray.xbm @ 69586:1e6af832894b

(debug-help-follow): Adapt comment to change in help-mode.el.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 20 Mar 2006 00:38:09 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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