aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/bitmaps/cross_weave
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/include/bitmaps/cross_weave')
-rw-r--r--nx-X11/include/bitmaps/cross_weave6
1 files changed, 6 insertions, 0 deletions
diff --git a/nx-X11/include/bitmaps/cross_weave b/nx-X11/include/bitmaps/cross_weave
new file mode 100644
index 000000000..40de9e426
--- /dev/null
+++ b/nx-X11/include/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};