home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / main / maclook.proto.h < prev    next >
Encoding:
Text File  |  1994-11-21  |  476 b   |  17 lines  |  [TEXT/CWIE]

  1. typedef struct WindRec WindRec, * WindRecPtr;
  2. /* maclook.c */
  3. void MiscUnload(void);
  4. short detachGraphics(short dnum);
  5. short WindowPtr2ScreenIndex(WindowPtr wn);
  6. WindRecPtr    WindowPtr2WindRecPtr(WindowPtr wn);
  7. short findbyVS(short vs);
  8. void setgraphcurs(void);
  9. void unsetgraphcurs(void);
  10. short VGalive(short dnum);
  11. void destroyGraphics(short dnum);
  12. short FindByVG(short vg);
  13. void TekEnable(short vg);
  14. void TekDisable(short vg);
  15. void showNetNumbers(void);
  16. void setupkeys(void);
  17.