home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 4: Demo 1 / almathera_demo1.bin / commercial / asmonedemo / asm-one / include / graphics / layers.i < prev    next >
Text File  |  1995-03-16  |  798b  |  41 lines

  1.     IFND    GRAPHICS_LAYERS_I
  2. GRAPHICS_LAYERS_I    =    1
  3.     IFND    EXEC_SEMAPHORES_I
  4.     INCLUDE    exec/semaphores.i
  5.     ENDC
  6.     IFND    EXEC_LISTS_I
  7.     INCLUDE    exec/lists.i
  8.     ENDC
  9.     RSRESET
  10. LayerInfo_extra    RS.B    0
  11. lie_env        RS.B    13*4
  12. lie_mem        RS.B    LH_SIZE
  13. lie_SIZEOF    RS.W    0
  14. LAYERSIMPLE    =    1
  15. LAYERSMART    =    2
  16. LAYERSUPER    =    4
  17. LAYERUPDATING    =    $10
  18. LAYERBACKDROP    =    $40
  19. LAYERREFRESH    =    $80
  20. LAYER_CLIPRECTS_LOST=    $100
  21. LMN_REGION    =    -1
  22.     RSRESET
  23. Layer_Info        RS.B    0
  24. li_top_layer        RS.L    1
  25. li_check_lp        RS.L    1
  26. li_obs            RS.L    1
  27. li_FreeClipRects    RS.B    MLH_SIZE
  28. li_Lock            RS.B    SS_SIZE
  29. li_gs_Head        RS.B    LH_SIZE
  30. li_long_reserved    RS.L    1
  31. li_Flags        RS.W    1
  32. li_fatten_count        RS.B    1
  33. li_LockLayersCount    RS.B    1
  34. li_LayerInfo_extra_size    RS.W    1
  35. li_blitbuff        RS.L    1
  36. li_LayerInfo_extra    RS.L    1
  37. li_SIZEOF        RS.W    0
  38. NEWLAYERINFO_CALLED    =    1
  39. ALERTLAYERSNOMEM    =    $83010000
  40.     ENDC
  41.