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

  1. /* ============================================================
  2.    Mouse Cursor file SCRWDRVR.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 cursorSCRWDRVR = {
  12.    0, 15,
  13.   {0xfff7,0xffe3,0xffc1,0xff80,0xff01,0xfe03,0xfc07,0xfe0f,
  14.    0xfc1f,0xf8bf,0xf1ff,0xe3ff,0xc7ff,0x8fff,0x1fff,0x3fff,
  15.    0x0,0x8,0x1c,0x3e,0x7c,0xf8,0x1f0,0xe0,
  16.    0x140,0x200,0x400,0x800,0x1000,0x2000,0x4000,0x0}
  17.    };
  18.