diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:25:47 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:25:47 +0000 |
commit | 3136abb1493f1c37eb403455252e01c6c59f6281 (patch) | |
tree | c4624b560da217b0adb8a2c3b3a30cb4d75b3c53 /data/bitmaps/cross_weave | |
parent | f4b2d8b07b6245071a358e3fecf707c2cd902073 (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'data/bitmaps/cross_weave')
-rw-r--r-- | data/bitmaps/cross_weave | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/bitmaps/cross_weave b/data/bitmaps/cross_weave new file mode 100644 index 000000000..40de9e426 --- /dev/null +++ b/data/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}; |