diff options
Diffstat (limited to 'src/bitmaps/crosswv.xbm')
-rw-r--r-- | src/bitmaps/crosswv.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bitmaps/crosswv.xbm b/src/bitmaps/crosswv.xbm new file mode 100644 index 00000000000..45ffbb48bda --- /dev/null +++ b/src/bitmaps/crosswv.xbm @@ -0,0 +1,6 @@ +#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}; |