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

  1. //vbm1
  2. #define undo_depth 1
  3. #define undo_width 20
  4. #define undo_height 20
  5. static unsigned char undo_bits[] = {
  6.  0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x1e,0xf0,
  7.  0x00,0x7f,0xf0,0x80,0x73,0xf0,0xc4,0xe1,0xf0,0xec,0xc0,0xf1,0x7c,0x80,0xf1,
  8.  0x3c,0x80,0xf1,0x7c,0x00,0xf0,0xfc,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,
  9.  0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0
  10.  };
  11.