home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / ICR / vrrgmac.proto.h < prev   
Encoding:
Text File  |  1993-09-01  |  663 b   |  17 lines  |  [TEXT/CWIE]

  1.  
  2. /* vrrgmac.c */
  3. void MacRGinit(void);
  4. short MacRGnewwindow(char *name, short x1, short y1, short x2, short y2);
  5. short MacRGsubwindow(short wn);
  6. void MacRGsetwindow(short wn);
  7. void MacRGdestroy(short wn);
  8. void MacRGremove(short wn);
  9. short MacRGfindwind(WindowPtr wind);
  10. void MacRGcopy(WindowPtr wind);
  11. short MacRGupdate(WindowPtr wind);
  12. void MacRGsetdevice(void);
  13. short MacRGraster(char *data, short x1, short y1, short x2, short y2, short rowbytes);
  14. short MacRGfill(short x1, short y1, short x2, short y2);
  15. short MacRGcopyrgn(short x1, short y1, short x2, short y2, short x3, short y3, short x4, short y4);
  16. short MacRGmap(short start, short length, char *data);
  17.