result = MoveLayer( dummy, l, dx, dy )
d0 a0 a1 d0 d1
LONG MoveLayer( LONG, struct Layer *, LONG, LONG);
Move this layer to new position in shared BitMap. If any refresh layers become revealed, collect damage and set REFRESH bit in layer Flags.
May not handle (dx,dy) which attempts to move the layer outside the layer's RastPort->BitMap bounds .