home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0912.lha / Yak / Source / Source.lha / popup_fix.h < prev    next >
C/C++ Source or Header  |  1993-07-31  |  404b  |  17 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.  
  15. #include <graphics/text.h>
  16. #define CalcFontX() (TextLength(&Scr->RastPort,"ABCDEFGHIJKLMNOPQRSTUVWXYZ",26)/26)
  17.