summaryrefslogtreecommitdiff
path: root/vcl/unx/source/inc/tblsele_mask.h
blob: bb35c22c97cb2856ba833e1eb808516a2847ff30 (plain)
1
2
3
4
5
6
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 };