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

  1. /* ============================================================
  2.    Mouse Cursor file SPRAYCAN.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 cursorSPRAYCAN = {
  12.    10, 1,
  13.   {0xffff,0xffff,0xf7ff,0xe3ff,0xc1ff,0x80ff,0x80ff,0x80ff,
  14.    0x80ff,0x80ff,0x80ff,0x80ff,0x80ff,0x80ff,0x80ff,0xffff,
  15.    0x90,0xa20,0x1c80,0x2220,0x7f00,0x8080,0x8080,0x8780,
  16.    0x8480,0x8480,0x8480,0x8480,0x8780,0x8080,0x8080,0x7f00}
  17.    };
  18.