home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / XAP / XFILEMAN / XFILEMAN.TAR / xfilemanager / fcursor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-22  |  332 b   |  9 lines

  1. #define fcursor_width 16
  2. #define fcursor_height 16
  3. #define fcursor_x_hot 5
  4. #define fcursor_y_hot 5
  5. static char fcursor_bits[] = {
  6.    0xff, 0x01, 0x01, 0x03, 0x01, 0x05, 0x01, 0x0f, 0x01, 0x00, 0xe1, 0x1f,
  7.    0xe1, 0x0f, 0xe1, 0x07, 0xe1, 0x07, 0xe1, 0x0f, 0xef, 0x1f, 0x60, 0x3e,
  8.    0x20, 0x7c, 0x00, 0x78, 0x00, 0x30, 0x00, 0x00};
  9.