home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xmris / bitmaps / icon / cursor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  327 b   |  9 lines

  1. #define cursor_width 16
  2. #define cursor_height 16
  3. #define cursor_x_hot 7
  4. #define cursor_y_hot 7
  5. static char cursor_bits[] = {
  6.    0xe0, 0x07, 0x38, 0x1c, 0x0c, 0x30, 0x86, 0x61, 0xe2, 0x47, 0x33, 0xcc,
  7.    0x11, 0x88, 0x19, 0x98, 0x19, 0x98, 0x11, 0x88, 0x33, 0xcc, 0xe2, 0x47,
  8.    0x86, 0x61, 0x0c, 0x30, 0x38, 0x1c, 0xe0, 0x07};
  9.