home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / tek / tekrgmac.proto.h < prev    next >
Encoding:
Text File  |  1994-11-18  |  1.2 KB  |  38 lines  |  [TEXT/CWIE]

  1.  
  2. /* tekrgmac.c */
  3. char *RGMdevname(void);
  4. short RGMnewwin(void);
  5. void RGMinit(void);
  6. short RGMgin(short w);
  7. short RGMpencolor(short w, short color);
  8. short RGMclrscr(short w);
  9. short RGMclose(short w);
  10. short RGMpoint(short w, short x, short y);
  11. short RGMdrawline(short w, short x0, short y0, short x1, short y1);
  12. void RGMinfo(short w, short v, short a, short b, short c, short d);
  13. void RGMpagedone(short w);
  14. void RGMdataline(short w, short data, short count);
  15. void RGMcharmode(short w, short rotation, short size);
  16. void RGMgmode(void);
  17. void RGMtmode(void);
  18. void RGMshowcur(void);
  19. void RGMlockcur(void);
  20. void RGMhidecur(void);
  21. void RGMbell(short w);
  22. void RGMuncover(short w);
  23. short RGMoutfunc(short (*f )());
  24. short RGsetwind(short dnum);
  25. short RGfindbyVG(short vg);
  26. short RGattach(short vg, short virt, char *name, short TEKtype);
  27. short RGdetach(short vg);
  28. short RGfindbywind(GrafPtr wind);
  29. short RGupdate(GrafPtr wind);
  30. short RGsupdate(short i);
  31. short RGgetVG(GrafPtr wind);
  32. short RGgetdnum(GrafPtr wind);
  33. short RGgetVS(short dnum);
  34. short inSplash(Point *p1, Point *p2);
  35. void VidSync(void);
  36. void RGmousedown(GrafPtr wind, Point *wherein);
  37. void RGMgrowme(short myRGMnum, GrafPtr window, long *where, short modifiers);
  38.