home *** CD-ROM | disk | FTP | other *** search
- ShowModule v0.1 (c) 1992 $#%!
- now showing: "emodules:graphics/layers.m"
- NOTE: don't use this output in your code, use the module instead.
-
- CONST LAYERSIMPLE=1,
- LAYERSMART=2,
- LAYERSUPER=4,
- LAYERUPDATING=16,
- LAYERBACKDROP=$40,
- LAYERREFRESH=$80,
- LAYER_CLIPRECTS_LOST=$100,
- LMN_REGION=-1
-
- (---) OBJECT info
- ( 0) top_layer:LONG
- ( 4) check_lp:LONG
- ( 8) obs:LONG
- ( 12) freecliprects:substructure
- ( 24) lock:substructure
- ( 70) gs_head:substructure
- ( 84) long_reserved:LONG
- ( 88) flags:INT
- ( 90) fatten_count:CHAR
- ( 91) locklayerscount:CHAR
- ( 92) layerinfo_extra_size:INT
- ( 94) blitbuff:LONG
- ( 98) layerinfo_extra:LONG
- (---) ENDOBJECT /* SIZEOF=102 */
-
- CONST NEWLAYERINFO_CALLED=1,
- ALERTLAYERSNOMEM=$83010000
-
-