result = SizeLayer( dummy, l, dx, dy )
d0 a0 a1 d0 d1
LONG SizeLayer( LONG, struct Layer *, LONG, LONG);
Change the size of this layer by (dx,dy). The lower right hand corner is extended to make room for the larger layer. If there is SuperBitMap for this layer then copy pixels into or out of the layer depending on whether the layer increases or decreases in size. Collect damage list for those layers that may need to be refreshed if damage occurred.