/usr/share/tkgate/images/portcurs.b is in tkgate-data 2.0~b10-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #define portcurs_width 32
#define portcurs_height 32
static unsigned char portcurs_bits[] = {
0xff, 0x7f, 0x00, 0x01, 0x80, 0x00, 0x00, 0x01, 0x80, 0x08, 0x00, 0x01,
0x80, 0x1c, 0x00, 0x01, 0x80, 0x3e, 0x00, 0x01, 0x80, 0x08, 0x00, 0x11,
0x80, 0x08, 0x00, 0x39, 0x80, 0x3e, 0x00, 0x7d, 0x80, 0x1c, 0x00, 0x11,
0x80, 0x08, 0x00, 0x11, 0x80, 0x00, 0x00, 0x7d, 0x80, 0x00, 0x00, 0x39,
0x80, 0x00, 0x00, 0x11, 0x80, 0x00, 0x00, 0x01, 0x80, 0x00, 0xfe, 0xff,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80,
0x91, 0x00, 0x00, 0x89, 0x99, 0x01, 0x80, 0x99, 0xfd, 0x03, 0xc0, 0xbf,
0x99, 0x01, 0x80, 0x99, 0x91, 0x00, 0x00, 0x89, 0x01, 0x00, 0x00, 0x80,
0xff, 0x7f, 0xfe, 0xff, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80};
|