home *** CD-ROM | disk | FTP | other *** search
- #define fcursor_width 16
- #define fcursor_height 16
- #define fcursor_x_hot 5
- #define fcursor_y_hot 5
- static char fcursor_bits[] = {
- 0xff, 0x01, 0x01, 0x03, 0x01, 0x05, 0x01, 0x0f, 0x01, 0x00, 0xe1, 0x1f,
- 0xe1, 0x0f, 0xe1, 0x07, 0xe1, 0x07, 0xe1, 0x0f, 0xef, 0x1f, 0x60, 0x3e,
- 0x20, 0x7c, 0x00, 0x78, 0x00, 0x30, 0x00, 0x00};
-