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

  1. /* ============================================================
  2.    Mouse Cursor file GRABIT.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 cursorGRABIT = {
  12.    0, 0,
  13.   {0xc03f,0x800f,0x7,0x7,0x9c03,0xfe03,0xce03,0x8603,
  14.    0x8003,0x8003,0xc003,0xe003,0xf003,0xfc03,0xfe03,0xfe03,
  15.    0x3fc0,0x4030,0x8008,0x9e08,0x6304,0x104,0x3104,0x4904,
  16.    0x5604,0x6004,0x2004,0x1004,0xc04,0x204,0x104,0x104}
  17.    };
  18.