home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vos2-121.zip / v / icons / cursor.vbm < prev    next >
Text File  |  1996-05-01  |  262b  |  8 lines

  1. //vbm1
  2. #define cursor_width 16
  3. #define cursor_height 16
  4. static unsigned char cursor_bits[] = {
  5.  0x00,0x00,0x00,0x00,0x00,0x00,0xf8,0x01,0x78,0x00,0x78,0x00,0xf8,0x00,0xf8,
  6.  0x01,0xc8,0x03,0x88,0x07,0x00,0x0f,0x00,0x1e,0x00,0x0c,0x00,0x00,0x00,0x00,
  7.  0x00,0x00};
  8.