Generic function
Unmaps the specified frame and destroys it.
duim-frames
duim-frames
destroy-frame frame => ()
<frame>.
None
Unmaps frame from the screen and destroys it. Generally, you should not need to call this function explicitly, since exit-frame performs all necessary operations in the correct order, including calling destroy-frame if the destroy? argument to exit-frame is true.