view src/bitmaps/stipple.xbm @ 39512:a8abe33e09d1

(help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
author Eli Zaretskii <eliz@gnu.org>
date Mon, 01 Oct 2001 07:01:24 +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};