summaryrefslogtreecommitdiff
path: root/vcl/unx/source/inc/tblsele_mask.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/source/inc/tblsele_mask.h')
-rw-r--r--vcl/unx/source/inc/tblsele_mask.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vcl/unx/source/inc/tblsele_mask.h b/vcl/unx/source/inc/tblsele_mask.h
new file mode 100644
index 000000000000..bb35c22c97cb
--- /dev/null
+++ b/vcl/unx/source/inc/tblsele_mask.h
@@ -0,0 +1,7 @@
+#define tblsele_mask_width 16
+#define tblsele_mask_height 16
+static char tblsele_mask_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x0e, 0x00, 0x1e,
+ 0xfe, 0x3f, 0xfe, 0x7f, 0xfe, 0xff, 0xfe, 0x7f, 0xfe, 0x3f, 0x00, 0x1e,
+ 0x00, 0x0e, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00 };
+