xchess.cur 267 B

12345678910
  1. #define xchess_width 16
  2. #define xchess_height 16
  3. #define xchess_x_hot 9
  4. #define xchess_y_hot 8
  5. static short xchess_bits[] = {
  6. 0x0000, 0x0000, 0x7000, 0xf800,
  7. 0xfe00, 0xff80, 0xffc0, 0xff60,
  8. 0xfdb0, 0x66d8, 0x3b6c, 0x1d76,
  9. 0x1d98, 0x0ccc, 0x0060, 0x0000};