home *** CD-ROM | disk | FTP | other *** search
- /* ============================================================
- Mouse Cursor file ARROW.C for TCXL version 6.0 and above
- Created by MCD - Mouse Cursor Designer, version 2.00
- MCD is Copyright (C) 1989-92 by Rimrock Software
- All rights reserved.
- TCXL is Copyright 1987-92 by Innovative Data Concepts
- All rights reserved.
- ============================================================ */
- #include <TCXLmou.h>
-
- MouPtrT cursorARROW = {
- 0, 0,
- {0x3fff,0x1fff,0xfff,0x7ff,0x3ff,0x1ff,0xff,0x7f,
- 0x3f,0x1f,0x3f,0xff,0x10ff,0xb87f,0xf87f,0xfcff,
- 0x0,0x4000,0x6000,0x7000,0x7800,0x7c00,0x7e00,0x7f00,
- 0x7f80,0x7fc0,0x7c00,0x6600,0x4600,0x300,0x300,0x0}
- };
-