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

  1. #define wcursor_width 16
  2. #define wcursor_height 16
  3. static char wcursor_bits[] = {
  4.    0x00, 0x03, 0xd8, 0x0c, 0x24, 0x10, 0x84, 0x13, 0x02, 0x11, 0xba, 0x0b,
  5.    0x12, 0x08, 0xba, 0x04, 0x84, 0x13, 0x78, 0x28, 0x00, 0x10, 0x00, 0x00,
  6.    0x00, 0x40, 0x00, 0xa0, 0x00, 0x40, 0x00, 0x00};
  7.