home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / mouse / mousecur / pliers.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-26  |  769 b   |  18 lines

  1. /* ============================================================
  2.    Mouse Cursor file PLIERS.C for TCXL version 6.0 and above
  3.        Created by MCD - Mouse Cursor Designer, version 2.00
  4.          MCD is Copyright (C) 1989-92 by Rimrock Software
  5.                        All rights reserved.
  6.        TCXL is Copyright 1987-92 by Innovative Data Concepts
  7.                        All rights reserved.
  8.    ============================================================ */
  9. #include <TCXLmou.h>
  10.  
  11. MouPtrT cursorPLIERS = {
  12.    5, 0,
  13.   {0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,
  14.    0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,
  15.    0xc00,0x1e00,0x1e00,0x1e00,0xc00,0xc00,0x1200,0x2100,
  16.    0x4080,0x8040,0x8040,0x8040,0x8040,0x4080,0x0,0x0}
  17.    };
  18.