summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/x11_cursors/tblselsw_curs.h
blob: a421a18b815d863d858eae48a2cf02ca073c0c3d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#define tblselsw_curs_width 16
#define tblselsw_curs_height 16
#define tblselsw_curs_x_hot 1
#define tblselsw_curs_y_hot 14
static unsigned char tblselsw_curs_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x0f,
   0x80, 0x0f, 0xc0, 0x07, 0xe2, 0x03, 0xf6, 0x01, 0xfe, 0x00, 0x7e, 0x00,
   0x3e, 0x00, 0x7e, 0x00, 0xfe, 0x00, 0x00, 0x00 };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */