view src/bitmaps/crosswv.xbm @ 69408:aa89c5390b12

Rename preserve_y to window_scroll_pixel_based_preserve_y. (window_scroll_pixel_based, syms_of_window): Adapt to above change.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 11 Mar 2006 16:46:38 +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};