summaryrefslogtreecommitdiff
path: root/vcl/unx/source/inc/tblselw_mask.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/source/inc/tblselw_mask.h')
-rw-r--r--vcl/unx/source/inc/tblselw_mask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/source/inc/tblselw_mask.h b/vcl/unx/source/inc/tblselw_mask.h
index 8fa5be7c724a..8f600a85a752 100644
--- a/vcl/unx/source/inc/tblselw_mask.h
+++ b/vcl/unx/source/inc/tblselw_mask.h
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#define tblselw_mask_width 16
#define tblselw_mask_height 16
-static unsigned char tblselw_mask_bits[] = {
+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 };