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

  1. /* ============================================================
  2.    Mouse Cursor file ANDGATE.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 cursorANDGATE = {
  12.    1, 5,
  13.   {0xfc0f,0xf807,0xf001,0xf000,0x8001,0x7,0x8001,0xf000,
  14.    0xf001,0xf807,0xfc0f,0xffff,0xffff,0xffff,0xffff,0xffff,
  15.    0x0,0x3f0,0x410,0x41e,0x810,0x7810,0x810,0x41e,
  16.    0x410,0x3f0,0x0,0x0,0x0,0x0,0x0,0x0}
  17.    };
  18.