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

  1. #define cursor_width 16
  2. #define cursor_height 16
  3. #define cursor_x_hot 5
  4. #define cursor_y_hot 5
  5. static char cursor_bits[] = {
  6.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x1f,
  7.    0xe0, 0x0f, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x0f, 0xe0, 0x1f, 0x60, 0x3e,
  8.    0x20, 0x7c, 0x00, 0x78, 0x00, 0x30, 0x00, 0x00};
  9.