home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************/
- /* */
- /* SmartIcon, release 1.0 - An Intuition object iconifier for the Amiga */
- /* Copyright (c) 1988 Gauthier H. Groult */
- /* */
- /* Written in January 1988 by Gauthier H. Groult */
- /* 33, Boulevard Saint Denis, */
- /* 92400 Courbevoie */
- /* France - Europe */
- /* Tel: (16) 1 47 89 09 54 */
- /* email: mcvax!inria!litp!germinal!groult */
- /* */
- /* This source code is not in public domain, please do not distribute. */
- /* The binary program is shareaware. Read docs files for details. */
- /* */
- /***************************************************************************/
-
-
- #include <exec/types.h>
-
- /* These are the nibbles for the icon produced in the ram-disk for the */
- /* iconized windows. */
- /* */
- /* read gadgets.c for more on how we get them. */
-
- USHORT theWindowIData[] =
- {
- 0x0000,0x0000,0x0000,0x0000,0x1FFF,0xFFFF,0xFEEE,0xE800,
- 0x1555,0x5555,0x54EE,0xE800,0x1FFF,0xFFFF,0xFFFF,0xF800,
- 0x1555,0x5555,0x5555,0x5800,0x1AAA,0xAAAA,0xAAAA,0xA800,
- 0x1555,0x5555,0x5555,0x5800,0x1AAA,0xAAAA,0xAAAA,0xA800,
- 0x1555,0x5555,0x5555,0x5800,0x1AAA,0xAAAA,0xAAAA,0xA800,
- 0x1555,0x5555,0x5555,0x5800,0x000A,0xAAAA,0xAAAA,0xA800,
- 0x7385,0x5555,0x5555,0x5800,0x7F8A,0xAAAA,0xAAAA,0xA800,
- 0x7F85,0x5555,0x5555,0xF800,0x7F8A,0xAAAA,0xAAAA,0x8800,
- 0x7F8F,0xFFFF,0xFFFF,0xF800,0x7F80,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x7FFF,0xFFFF,0xFFFF,0xFE00,0x6000,0x0000,0x0000,0x0600,
- 0x6FFF,0xFFFF,0xFE00,0x0600,0x6000,0x0000,0x0000,0x0600,
- 0x6FFF,0xFFFF,0xFFFF,0xF600,0x6FFF,0xFFFF,0xFFFF,0xF600,
- 0x6FFF,0xFFFF,0xFFFF,0xF600,0x6FFF,0xFFFF,0xFFFF,0xF600,
- 0x6FFF,0xFFFF,0xFFFF,0xF600,0x6FFF,0xFFFF,0xFFFF,0xF600,
- 0x6FFF,0xFFFF,0xFFFF,0xF600,0x7FCF,0xFFFF,0xFFFF,0xF600,
- 0x9E4F,0xFFFF,0xFFFF,0xF600,0x9E4F,0xFFFF,0xFFFF,0xF600,
- 0x804F,0xFFFF,0xFFFF,0x0600,0x804F,0xFFFF,0xFFFF,0x0600,
- 0x8040,0x0000,0x0000,0x0600,0x804F,0xFFFF,0xFFFF,0xFE00,
- 0xFFC0,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
- };
-