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

  1. /* ============================================================
  2.    Mouse Cursor file ARROW.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 cursorARROW = {
  12.    0, 0,
  13.   {0x3fff,0x1fff,0xfff,0x7ff,0x3ff,0x1ff,0xff,0x7f,
  14.    0x3f,0x1f,0x3f,0xff,0x10ff,0xb87f,0xf87f,0xfcff,
  15.    0x0,0x4000,0x6000,0x7000,0x7800,0x7c00,0x7e00,0x7f00,
  16.    0x7f80,0x7fc0,0x7c00,0x6600,0x4600,0x300,0x300,0x0}
  17.    };
  18.