home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma15.dms / ma15.adf / Yak / Source / popup_fix.h < prev    next >
C/C++ Source or Header  |  1993-05-17  |  292b  |  14 lines

  1. /* include after popup.h in popup.c */
  2.  
  3. #ifndef GTMN_NewLookMenus
  4. #define GTMN_NewLookMenus GT_TagBase+67
  5. #endif
  6.  
  7. #ifndef WA_NewLookMenus
  8. #define WA_NewLookMenus WA_Dummy+0x30
  9. #endif
  10.  
  11. extern struct GfxBase *GfxBase;
  12.  
  13. /* other changes: CreateMenus call and OpenWindow call for NewLookMenus */
  14.