aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/bitmaps/2x2
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/include/bitmaps/2x2')
-rw-r--r--nx-X11/include/bitmaps/2x26
1 files changed, 6 insertions, 0 deletions
diff --git a/nx-X11/include/bitmaps/2x2 b/nx-X11/include/bitmaps/2x2
new file mode 100644
index 000000000..8490457a1
--- /dev/null
+++ b/nx-X11/include/bitmaps/2x2
@@ -0,0 +1,6 @@
+#define 2x2_width 16
+#define 2x2_height 16
+static char 2x2_bits[] = {
+ 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff,
+ 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33,
+ 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33};