view src/bitmaps/stipple.xbm @ 30816:e06965792db4

Doc fixes. Move provide to end. (ff) <defgroup>: Add :link. (ff-goto-click): Deleted. (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): Use mouse-set-point.
author Dave Love <fx@gnu.org>
date Tue, 15 Aug 2000 14:18:18 +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};