home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / wdef / wdefpatch.proto.h < prev   
Encoding:
C/C++ Source or Header  |  1995-04-01  |  542 b   |  14 lines  |  [TEXT/CWIE]

  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. void loadWDEF(void);
  14.