summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/x11_cursors/tblselse_curs.h
blob: fb34ff02b574a0ce932954487a2ef0bb035e3db3 (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 tblselse_curs_width 16
#define tblselse_curs_height 16
#define tblselse_curs_x_hot 14
#define tblselse_curs_y_hot 14
static unsigned char tblselse_curs_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0xf0, 0x00,
   0xf0, 0x01, 0xe0, 0x03, 0xc0, 0x47, 0x80, 0x6f, 0x00, 0x7f, 0x00, 0x7e,
   0x00, 0x7c, 0x00, 0x7e, 0x00, 0x7f, 0x00, 0x00 };

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