home *** CD-ROM | disk | FTP | other *** search
- \ Copyright 1989 NerveWare
- \ No portion of this code may used for commercial purposes,
- \ nor may any executable version of this code be disributed for
- \ commercial purposes without the author's express written permission.
- \ This code is shareware, all rights reserved.
- \ Nick Didkovsky
- \ Super quick plotting
-
- anew task_FastWritePixel
-
- : FastWritePixel ( x y color -- draws point in current rastport)
- >r gr-currport @ dup r>
- callvoid graphics_lib SetAPen
- -rot
- callvoid graphics_lib WritePixel
- ;
-