view src/bitmaps/crosswv.xbm @ 52709:7bea35b48a17

Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-69 Update INSTALL-CVS to reflect new loaddefs.el handling
author Miles Bader <miles@gnu.org>
date Wed, 01 Oct 2003 02:09:47 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define cross_weave_width 16
#define cross_weave_height 16
static unsigned char cross_weave_bits[] = {
   0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88,
   0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22,
   0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22};