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>
-
- /* Nibbles for the new depth & icon gadgets. These nibbles are from */
- /* icongadget.brush. They were translated to C with gi (Fish disk 14). */
- /* Warning: gi works only with DPaint I brushes!! */
- /*
- /* This must be Atomized to load in Chip Mem. */
-
- USHORT IconImageData[] =
- {
- 0xFFF9,0xFFFC,0xFFFC,0xE000,0x8079,0xC03C,0x807C,0xE000,
- 0x9E79,0xB9CC,0x807C,0xE000,0x9E79,0xBFCC,0x807C,0xE000,
- 0x9009,0xBFCC,0x800C,0xE000,0x8009,0xBFCC,0x83CC,0xE000,
- 0xF009,0xBFCC,0xF3CC,0xE000,0xF009,0xBFCC,0xF3CC,0xE000,
- 0xF009,0xC00C,0xF00C,0xE000,0xFFF9,0xFFFC,0xFFFC,0xE000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x3FC0,0x7F80,0x0000,
- 0x0000,0x4F20,0x7F80,0x0000,0x0000,0x4F20,0x7F80,0x0000,
- 0x0FF0,0x4020,0x7000,0x0000,0x0FF0,0x4020,0x7000,0x0000,
- 0x0FF0,0x4020,0x0000,0x0000,0x0FF0,0x4020,0x0000,0x0000,
- 0x0FF0,0x2AA0,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
- };
-
-