aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/bitmaps/grid16
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/include/bitmaps/grid16')
-rw-r--r--nx-X11/include/bitmaps/grid166
1 files changed, 6 insertions, 0 deletions
diff --git a/nx-X11/include/bitmaps/grid16 b/nx-X11/include/bitmaps/grid16
new file mode 100644
index 000000000..edc7c735b
--- /dev/null
+++ b/nx-X11/include/bitmaps/grid16
@@ -0,0 +1,6 @@
+#define grid16_width 16
+#define grid16_height 16
+static char grid16_bits[] = {
+ 0x55, 0x55, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
+ 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
+ 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00};