summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/x11_cursors/tblselse_mask.h
blob: fc289854e3ea345856c29e2d75580f8826699115 (plain)
1
2
3
4
5
6
7
8
9
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#define tblselse_mask_width 16
#define tblselse_mask_height 16
static unsigned char tblselse_mask_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0xf0, 0x00, 0xf8, 0x01,
   0xf8, 0x03, 0xf0, 0xc7, 0xe0, 0xef, 0xc0, 0xff, 0x80, 0xff, 0x00, 0xff,
   0x00, 0xfe, 0x00, 0xff, 0x80, 0xff, 0x80, 0xff };

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