diff options
Diffstat (limited to 'xorg-server/bitmaps/cross_weave')
-rw-r--r-- | xorg-server/bitmaps/cross_weave | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg-server/bitmaps/cross_weave b/xorg-server/bitmaps/cross_weave new file mode 100644 index 000000000..40de9e426 --- /dev/null +++ b/xorg-server/bitmaps/cross_weave @@ -0,0 +1,6 @@ +#define cross_weave_width 16 +#define cross_weave_height 16 +static 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}; |