home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff201.lzh / Draco / drinc / intuition / image.g < prev    next >
Text File  |  1989-04-03  |  260b  |  15 lines

  1. type
  2. „Image_t=struct{
  3. ˆinti_LeftEdge,i_TopEdge;
  4. ˆuinti_Width,i_Height;
  5. ˆuinti_Depth;
  6. ˆ*uinti_ImageData;
  7. ˆ
  8. ˆushorti_PlanePick,i_PlaneOnOff;
  9. ˆ
  10. ˆ*Image_ti_NextImage;
  11. „};
  12.  
  13. extern
  14. „DrawImage(*RastPort_trp;*Image_ti;ulongleftOffset,topOffset)void;
  15.