ShowModule v0.1 (c) 1992 $#%!
now showing: "emodules:graphics/clip.m"
NOTE: don't use this output in your code, use the module instead.

CONST NEWLOCKS=1

(---) OBJECT layer
(  0)   front:LONG
(  4)   back:LONG
(  8)   cliprect:LONG
( 12)   rp:LONG
( 16)   minx:INT
( 18)   miny:INT
( 20)   maxx:INT
( 22)   maxy:INT
( 24)   reserved:substructure
( 28)   priority:INT
( 30)   flags:INT
( 32)   superbitmap:LONG
( 36)   supercliprect:LONG
( 40)   window:LONG
( 44)   scroll_x:INT
( 46)   scroll_y:INT
( 48)   cr:LONG
( 52)   cr2:LONG
( 56)   crnew:LONG
( 60)   supersavercliprects:LONG
( 64)   _cliprects:LONG
( 68)   layerinfo:LONG
( 72)   lock:substructure
(118)   backfill:LONG
(122)   reserved1:LONG
(126)   clipregion:LONG
(130)   savecliprects:LONG
(134)   reserved2:substructure
(156)   damagelist:LONG
(---) ENDOBJECT     /* SIZEOF=160 */

(---) OBJECT cliprect
(  0)   next:LONG
(  4)   prev:LONG
(  8)   lobs:LONG
( 12)   bitmap:LONG
( 16)   minx:INT
( 18)   miny:INT
( 20)   maxx:INT
( 22)   maxy:INT
( 24)   _p1:LONG
( 28)   _p2:LONG
( 32)   reserved:LONG
( 36)   flags:LONG
(---) ENDOBJECT     /* SIZEOF=40 */

CONST CR_NEEDS_NO_CONCEALED_RASTERS=1,
      CR_NEEDS_NO_LAYERBLIT_DAMAGE=2,
      ISLESSX=1,
      ISLESSY=2,
      ISGRTRX=4,
      ISGRTRY=8,
      LR_FRONT=0,
      LR_BACK=4,
      LR_RASTPORT=12,
      CR_PREV=4,
      CR_LOBS=8

