home *** CD-ROM | disk | FTP | other *** search
- /* ============================================================
- Mouse Cursor file SCRWDRVR.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 cursorSCRWDRVR = {
- 0, 15,
- {0xfff7,0xffe3,0xffc1,0xff80,0xff01,0xfe03,0xfc07,0xfe0f,
- 0xfc1f,0xf8bf,0xf1ff,0xe3ff,0xc7ff,0x8fff,0x1fff,0x3fff,
- 0x0,0x8,0x1c,0x3e,0x7c,0xf8,0x1f0,0xe0,
- 0x140,0x200,0x400,0x800,0x1000,0x2000,0x4000,0x0}
- };
-