summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/x11_cursors/tblselw_curs.h
blob: 9d802d094ef8dc0dcf1d4617236c17e037d38d2a (plain)
1
2
3
4
5
6
7
8
#define tblselw_curs_width 16
#define tblselw_curs_height 16
#define tblselw_curs_x_hot 1
#define tblselw_curs_y_hot 8
static char tblselw_curs_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x30, 0x00,
   0x38, 0x00, 0xfc, 0x3f, 0xfe, 0x3f, 0xfc, 0x3f, 0x38, 0x00, 0x30, 0x00,
   0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };