home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 224a.lha / Includes / intuition / image < prev    next >
Encoding:
Text File  |  1989-04-08  |  253 b   |  17 lines

  1.  
  2. {s Image
  3.     WORD LeftEdge
  4.     WORD TopEdge
  5.     WORD Width
  6.     WORD Height
  7.     WORD Depth
  8.     APTR ImageData
  9.     BYTE PlanePick
  10.     BYTE PlaneOnOff
  11.     APTR NextImage
  12.    s}
  13.  
  14. >Intuition   -114 (r A1 A0 D1 D0 r) DrawImage (s im rP TOffset LOffset -- )
  15.  
  16.  
  17.