xref: /386bsd/usr/src/games/chess/Xchess/xchess.cur (revision a2142627)
1
2#define xchess_width 16
3#define xchess_height 16
4#define xchess_x_hot 9
5#define xchess_y_hot 8
6static char xchess_bits[] = {
7   0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0xf8, 0x00, 0xfe, 0x80, 0xff,
8   0xc0, 0xff, 0x60, 0xff, 0xb0, 0xfd, 0xd8, 0x66, 0x6c, 0x3b, 0x76, 0x1d,
9   0x98, 0x1d, 0xcc, 0x0c, 0x60, 0x00, 0x00, 0x00};
10