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

  1.  
  2. EQU LAYERSIMPLE     1
  3. EQU LAYERSMART      2
  4. EQU LAYERSUPER      4
  5. EQU LAYERUPDATING   $10
  6. EQU LAYERBACKDROP   $40
  7. EQU LAYERREFRESH    $80
  8. EQU LAYER_CLIPRECTS_LOST    $100
  9.  
  10. EQU LMN_REGION      -1
  11.  
  12. {s Layer_Info
  13.     APTR   top_layer
  14.     APTR   check_lp
  15.     APTR   obs
  16.     struct 12 FreeClipRects     ( { MinList=12;exec/lists )
  17.     struct 46 Lock          ( { SignalSemaphore=46;exec/semaphores )
  18.     struct 14 gs_Head       ( { List=14;exec/lists )
  19.     LONG   longreserved
  20.     WORD   Flags
  21.     BYTE   fatten_count
  22.     BYTE   LockLayersCount
  23.     WORD   LayerInfo_extra_size
  24.     APTR   blitbuff
  25.     APTR   LayerInfo_extra
  26.    s}
  27.  
  28. EQU NEWLAYERINFO_CALLED 1
  29. EQU ALERTLAYERSNOMEM $83010000
  30.  
  31.