NAME
        MoveWindowInFrontOf -- Arrange the relative depth of a window. (V36)
    SYNOPSIS
        MoveWindowInFrontOf( window, behindwindow )
                             A0      A1
        VOID MoveWindowInFrontOf( struct window *, struct window * );
    FUNCTION
        Depth-arranges a window in front of an another window.
        Brings out the layers.library movelayerinfrontof() to the
        Intuition user.
    INPUTS
        window =  window to re-position in front of another window
        BehindWindow =  window to re-position in front of
    RESULT
        Repositions window.
    BUGS
        Doesn't respect backdrop windows.
    SEE ALSO
        windowtofront(), windowtoback(), layers.library/movelayerinfrontof()