home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d5 / Telnet 2.6.1d5.src.sit.hqx / Telnet 2.6.1d5 src / source / wdef / wdefpatch.proto.h < prev   
Encoding:
C/C++ Source or Header  |  1994-04-16  |  521 b   |  13 lines

  1. /*
  2.  * :Krb:wdefpatch.c
  3.  */
  4. extern void PatchWindowWDEF(WindowPtr window, struct WindRec *tw);
  5. extern void RePatchWindowWDEF(WindowPtr window, struct WindRec *tw);
  6. extern Handle GetPatchStuffHandle(WindowPtr window, struct WindRec *tw);
  7. extern pascal long MyWDEFPatch(short varCode, WindowPtr window, short message, long param);
  8.  
  9. /* 931112, ragge, NADA, KTH */
  10. extern void setupForGrow(WindowPtr window, short hCharInset, short vCharInset, short hCharSize, short vCharSize);
  11. extern void cleanupForGrow(WindowPtr window);
  12.  
  13.