home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 215.lha / AmyLoad / windownode.h < prev   
Encoding:
C/C++ Source or Header  |  1996-02-15  |  137 b   |  9 lines

  1. #define REFPENNUM   1
  2. #define LOADPENNUM  3
  3. #define BACKPENNUM  0
  4.  
  5. typedef struct {
  6.     MinNode node;
  7.     Window  *window;
  8. } WindowNode;
  9.