summaryrefslogtreecommitdiff
path: root/vcl/unx/source/inc/tblselsw_mask.h
blob: 3981cbaa884da9266801c750fe7d8e836a406e51 (plain)
1
2
3
4
5
6
7
#define tblselsw_mask_width 16
#define tblselsw_mask_height 16
static char tblselsw_mask_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x0f, 0x80, 0x1f,
   0xc0, 0x1f, 0xe3, 0x0f, 0xf7, 0x07, 0xff, 0x03, 0xff, 0x01, 0xff, 0x00,
   0x7f, 0x00, 0xff, 0x00, 0xff, 0x01, 0xff, 0x01 };