summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/x11_cursors/tblselw_mask.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/x11_cursors/tblselw_mask.h')
-rw-r--r--vcl/inc/unx/x11_cursors/tblselw_mask.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/inc/unx/x11_cursors/tblselw_mask.h b/vcl/inc/unx/x11_cursors/tblselw_mask.h
new file mode 100644
index 000000000000..940668e3db7f
--- /dev/null
+++ b/vcl/inc/unx/x11_cursors/tblselw_mask.h
@@ -0,0 +1,6 @@
+#define tblselw_mask_width 16
+#define tblselw_mask_height 16
+static char tblselw_mask_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x70, 0x00, 0x78, 0x00,
+ 0xfc, 0x7f, 0xfe, 0x7f, 0xff, 0x7f, 0xfe, 0x7f, 0xfc, 0x7f, 0x78, 0x00,
+ 0x70, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00 };