home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / DVD!OMA1.DMS / in.adf / Include / graphics / layers.i < prev    next >
Encoding:
Text File  |  1994-10-13  |  890 b   |  43 lines

  1.     IFND    GRAPHICS_LAYERS_I
  2. GRAPHICS_LAYERS_I    EQU    1
  3. *    $Filename: graphics/layers.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 37.0 $
  6. *    $Date: 91/01/07 $
  7. *
  8. *    (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10.     IFND    EXEC_SEMAPHORES_I
  11.     include    "exec/semaphores.i"
  12.     ENDC
  13.     IFND    EXEC_LISTS_I
  14.     include    "exec/lists.i"
  15.     ENDC
  16. LAYERSIMPLE    EQU    1
  17. LAYERSMART    EQU    2
  18. LAYERSUPER    EQU    4
  19. LAYERUPDATING    EQU    $10
  20. LAYERBACKDROP    EQU    $40
  21. LAYERREFRESH    EQU    $80
  22. LAYER_CLIPRECTS_LOST    EQU    $100
  23. LMN_REGION    EQU    -1
  24.     RSRESET
  25. Layer_Info    rs.b    0
  26. li_top_layer    rs    2
  27. li_check_lp    rs    2
  28. li_obs    rs    2
  29. li_FreeClipRects    rs.b    MLH_SIZE
  30. li_Lock    rs.b    SS_SIZE
  31. li_gs_Head    rs.b    LH_SIZE
  32. li_long_reserved    rs    2
  33. li_Flags    rs    1
  34. li_fatten_count    rs.b    1
  35. li_LockLayersCount    rs.b    1
  36. li_LayerInfo_extra_size    rs    1
  37. li_blitbuff    rs    2
  38. li_LayerInfo_extra    rs    2
  39. li_SIZEOF    rs.b    0
  40. NEWLAYERINFO_CALLED    EQU    1
  41. ALERTLAYERSNOMEM    EQU    $83010000
  42.     ENDC
  43.