view src/bitmaps/stipple.xbm @ 62304:759e02011c0d

(syms_of_emacs): Fix doc string for system-type.
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 13 May 2005 23:28:35 +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};