view src/bitmaps/stipple.xbm @ 99268:f38b9c436e4c

* building.texi (Compilation Mode): Document compilation-auto-jump-to-first-error. (Debuggers): Lower GUD subsections to subsubsections. (Starting GUD): Add cindex. (Lisp Interaction): Note that scratch is no longer the initial buffer.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 31 Oct 2008 06:16:10 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define stipple_width 16
#define stipple_height 4
static unsigned char stipple_bits[] = {
   0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};