summaryrefslogtreecommitdiff
path: root/vcl/unx/source/inc/paintbrush_curs.h
blob: 5dfd18a539a605a27d19f638e734828f6b75ad9a (plain)
1
2
3
4
5
6
7
8
#define paintbrush_curs_width 16
#define paintbrush_curs_height 16
#define paintbrush_curs_x_hot 0
#define paintbrush_curs_y_hot 10
static char paintbrush_curs_bits[] = {
   0x00, 0x80, 0x00, 0x40, 0x00, 0x20, 0x00, 0x90, 0x80, 0xcb, 0x60, 0x64,
   0x90, 0x34, 0x08, 0x19, 0x06, 0x22, 0x11, 0x24, 0x09, 0x18, 0x46, 0x14,
   0x24, 0x0a, 0x18, 0x05, 0x90, 0x02, 0xe0, 0x01 };