home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vos2-121.zip / v / iconed / line.vbm < prev    next >
Text File  |  1998-07-03  |  421b  |  11 lines

  1. //vbm1
  2. #define line_depth 1
  3. #define line_width 20
  4. #define line_height 20
  5. static unsigned char line_bits[] = {
  6.  0x00,0x00,0xf0,0x00,0x00,0xf0,0x0c,0x00,0xf0,0x18,0x00,0xf0,0x30,0x00,0xf0,
  7.  0x60,0x00,0xf0,0xc0,0x00,0xf0,0x80,0x01,0xf0,0x00,0x03,0xf0,0x00,0x06,0xf0,
  8.  0x00,0x0c,0xf0,0x00,0x18,0xf0,0x00,0x30,0xf0,0x00,0x60,0xf0,0x00,0xc0,0xf0,
  9.  0x00,0x80,0xf1,0x00,0x00,0xf3,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0
  10.  };
  11.