view src/bitmaps/crosswv.xbm @ 98170:9a65ff5a8499

(change-log-find-window): New variable. (change-log-goto-source-1, change-log-goto-source): Set change-log-find-window to window displaying source. (change-log-next-error): Select window specified by change-log-find-window.
author Martin Rudalics <rudalics@gmx.at>
date Sun, 14 Sep 2008 11:28:00 +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};