cursor.bm 175 B

1234567
  1. #define cursor_width 8
  2. #define cursor_height 8
  3. #define cursor_x_hot 2
  4. #define cursor_y_hot 0
  5. static char cursor_bits[] = {
  6. 0x04, 0x04, 0x0e, 0x0e, 0x1f, 0x1f, 0x00, 0x00};