view src/bitmaps/crosswv.xbm @ 100690:bc724faa95e6

(dir-locals-find-file) [ms-dos]: Run dir-locals-file through dosified-file-name. Compare files case-insensitively on systems whose filesystems are case-insensitive.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 26 Dec 2008 15:01:10 +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};