summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/x11_cursors/tblselsw_mask.h
blob: 14b49a9863fb8c4c4f39f8cecfa4e4f9af9a8976 (plain)
1
2
3
4
5
6
7
8
9
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#define tblselsw_mask_width 16
#define tblselsw_mask_height 16
static unsigned char tblselsw_mask_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x0f, 0x80, 0x1f,
   0xc0, 0x1f, 0xe3, 0x0f, 0xf7, 0x07, 0xff, 0x03, 0xff, 0x01, 0xff, 0x00,
   0x7f, 0x00, 0xff, 0x00, 0xff, 0x01, 0xff, 0x01 };

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