home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff214.lzh / SmartIcon / src / gadget.c next >
C/C++ Source or Header  |  1989-05-30  |  2KB  |  40 lines

  1. /***************************************************************************/
  2. /*                                       */
  3. /* SmartIcon, release 1.0 - An Intuition object iconifier for the Amiga    */
  4. /* Copyright (c) 1988 Gauthier H. Groult                                   */
  5. /*                                       */
  6. /* Written in January 1988 by Gauthier H. Groult               */
  7. /*                  33, Boulevard Saint Denis,           */
  8. /*                  92400 Courbevoie                   */
  9. /*                  France - Europe                   */
  10. /*                  Tel: (16) 1 47 89 09 54                      */
  11. /*                  email: mcvax!inria!litp!germinal!groult       */
  12. /*                                       */
  13. /* This source code is not in public domain, please do not distribute.       */
  14. /* The binary program is shareaware. Read docs files for details.       */
  15. /*                                       */
  16. /***************************************************************************/
  17.  
  18. #include <exec/types.h>
  19.  
  20. /* Nibbles for the new depth & icon gadgets. These nibbles are from    */
  21. /* icongadget.brush. They were translated to C with gi (Fish disk 14).  */
  22. /* Warning: gi works only with DPaint I brushes!!            */
  23. /*
  24. /* This must be Atomized to load in Chip Mem.                */
  25.  
  26. USHORT IconImageData[] =
  27.    {
  28.    0xFFF9,0xFFFC,0xFFFC,0xE000,0x8079,0xC03C,0x807C,0xE000,
  29.    0x9E79,0xB9CC,0x807C,0xE000,0x9E79,0xBFCC,0x807C,0xE000,
  30.    0x9009,0xBFCC,0x800C,0xE000,0x8009,0xBFCC,0x83CC,0xE000,
  31.    0xF009,0xBFCC,0xF3CC,0xE000,0xF009,0xBFCC,0xF3CC,0xE000,
  32.    0xF009,0xC00C,0xF00C,0xE000,0xFFF9,0xFFFC,0xFFFC,0xE000,
  33.    0x0000,0x0000,0x0000,0x0000,0x0000,0x3FC0,0x7F80,0x0000,
  34.    0x0000,0x4F20,0x7F80,0x0000,0x0000,0x4F20,0x7F80,0x0000,
  35.    0x0FF0,0x4020,0x7000,0x0000,0x0FF0,0x4020,0x7000,0x0000,
  36.    0x0FF0,0x4020,0x0000,0x0000,0x0FF0,0x4020,0x0000,0x0000,
  37.    0x0FF0,0x2AA0,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
  38.    };
  39.  
  40.