view src/bitmaps/stipple.xbm @ 80953:ea0522d0fbf0

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 19) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-755
author Miles Bader <miles@gnu.org>
date Fri, 18 May 2007 02:35:36 +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};