home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / st / tech / 5619 < prev    next >
Encoding:
Text File  |  1992-11-13  |  1.3 KB  |  43 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!mcsun!sun4nl!spider.research.ptt.nl!freyr!annius
  3. From: annius@nanna.research.ptt.nl (Annius Groenink)
  4. Subject: Re: Raster Copy [for window scrolling]
  5. Message-ID: <annius.721647763@freyr>
  6. Sender: usenet@spider.research.ptt.nl (USEnet News)
  7. Nntp-Posting-Host: nanna.research.ptt.nl
  8. Reply-To: A.V.Groenink@research.ptt.nl
  9. Organization: PTT Research
  10. References: <BxLL07.3Jy@brunel.ac.uk>
  11. Date: Fri, 13 Nov 1992 09:42:43 GMT
  12. Lines: 29
  13.  
  14. cs90ijr@brunel.ac.uk (Ian J Ray) writes:
  15.  
  16. >    pxyarray[1] = src_y1;
  17. >    pxyarray[2] = src_x2;
  18. >    pxyarray[3] = src_y2;
  19. >    pxyarray[4] = dest_x1;
  20. >    pxyarray[5] = dest_y1;
  21. >    pxyarray[6] = dest_x2;
  22. >    pxyarray[7] = dest_y2;
  23.  
  24. >    /* fd_addr is the address of the 'form' buffer
  25. >     * if it is NULL then the VDI fills in the other information
  26. >     * in the form structure
  27. >     */
  28. >    src.fd_addr = NULL;
  29. >    dest.fd_addr = NULL;
  30.  
  31. >    /* perform the raster copy
  32. >     * in this example, a block of screen is moved to some other
  33. >     * (possibly overlapping) part of the screen
  34. >     */
  35. >    vro_cpyfm(handle, &src, &dest, pxyarray);
  36.  
  37. ERROR    Suspicious pointer conversion...
  38. ERROR    Too few arguments in call to function vro_cpyfm....
  39.  
  40. -- 
  41. Annius Groenink  --  Universiteit Utrecht  --  PTT Research Leidschendam
  42. annius@research.ptt.nl/avgroeni@cs.ruu.nl       Maths/Comp.Sc./TOS/Music       
  43.