result = ShowLayer( l , other )
d0 a0 a1
LONG ShowLayer( struct Layer *, struct Layer * );
Make this layer visible again and move it in front of the "other" layer. For LAYERSMART layers, copy the image from the backding store back on the screen, for simple layers, generate apropriate damage. If the layer is not hidden, this call does nothing. This operation may generate refresh events in other layers associated with this layer's Layer_Info structure.