home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / tek / vgtek.proto.h < prev   
Encoding:
Text File  |  1994-11-19  |  866 b   |  26 lines  |  [TEXT/CWIE]

  1.  
  2. /* vgtek.c */
  3. void    TEKMAINunload(void);
  4. short donothing(void);
  5. short drawc(short vw, short c);
  6. void VGinit(void);
  7. short VGdevice(short vw, short dev);
  8. short VGnewwin(short device, short theVS);
  9. void VGclrstor(short vw);
  10. void VGdumpstore(short vw, short (*func )(short));
  11. void VGdraw(short vw, char c);
  12. void VGpage(short vw);
  13. short VGpred(short vw, short dest);
  14. void VGstopred(short vw);
  15. void VGredraw(short vw, short dest);
  16. void VGgiveinfo(short vw);
  17. void VGzoom(short vw, short x0, short y0, short x1, short y1);
  18. void VGwhatzoom(short vw, short *px0, short *py0, short *px1, short *py1);
  19. void VGzcpy(short src, short dest);
  20. void VGclose(short vw);
  21. short VGwrite(short vw, char *data, short count);
  22. char *VGrgname(short rgdev);
  23. void VGtmode(short rgdev);
  24. void VGgindata(short vw, unsigned short x, unsigned short y, char c, char *a);
  25. short VGgetVS(short theVGnum);
  26.