On 2008-09-25, Thomas Themel <[EMAIL PROTECTED]> wrote: > ... and is there a simple way to get all of these full-screen windows > back into place at once?
Pass the_screen:mx_i a function that collects WGroupCWs in a table.
Then iterate a_group:set_fullscreen('false') over this table.
(You can't set_fullscreen from the mx_i collector, because it's
called in 'protected mode' that disallows calling any C-side
functions that might change Ion's internal structures.)
--
Tuomo
