view src/bitmaps/crosswv.xbm @ 95161:fe230927ddf8

Seiji Zenitani <zenitani at mac.com> Ryo Yoshitake <ryo at shiftmode.net> (mac_frame_parm_handlers): A null handler for x_set_alpha.
author Glenn Morris <rgm@gnu.org>
date Wed, 21 May 2008 04:00:01 +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};