Name
enclosing-rectangle -- Return the smallest rectangle that encloses the windows WINS.
Synopsis
(enclosing-rectangle wins)
Description
Return the smallest rectangle that encloses the windows WINS.
Return value's car is the top left of the rectangle, cdr is
the bottom right.
That is, the returned list is: ((nw-x nw-y) se-x se-y).