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

  1. /* ============================================================
  2.    Mouse Cursor file PENCIL3.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 cursorPENCIL3 = {
  12.    0, 0,
  13.   {0x7ff,0x3ff,0x1ff,0xff,0x7f,0x803f,0xc01f,0xe00f,
  14.    0xf007,0xf803,0xfc01,0xfe00,0xff00,0xff81,0xffc3,0xffe7,
  15.    0xf800,0x8400,0x8200,0x8900,0x9c80,0x4e40,0x2720,0x1390,
  16.    0x9c8,0x4e4,0x252,0x139,0x91,0x42,0x24,0x18}
  17.    };
  18.