with-frozen-root-window

Name

with-frozen-root-window -- Execute THUNK with a frozen root window.

Synopsis

(with-frozen-root-window thunk)

Description

Execute THUNK with a frozen root window. Creates an image containing the root window, and displays that image in a message window covering the entire screen. Executes THUNK, then removes the message window.

Implementation Notes

Module:

Defined in scheme/message-window.scm at line 298 (CVS log)