Mon Mar 20 21:58:50 GMT 2000

(gilbertt)

You can now iconify windows with skip_winlists set.


SVN revision: 2288
This commit is contained in:
Tom Gilbert 2000-03-20 21:58:29 +00:00
parent fd5da4ab2d
commit 84dbbf33dc
2 changed files with 8 additions and 5 deletions

View File

@ -4357,3 +4357,11 @@ Well, I'm committing the area wraparound stuff, since people
keep asking me for updated versons of the patch. I've moved
the config option to the areas dialog, where it fits better.
Feel free to revert if this is inappropriate.
-------------------------------------------------------------------------------
Mon Mar 20 21:58:50 GMT 2000
(gilbertt)
You can now iconify windows with skip_winlists set.

View File

@ -205,11 +205,6 @@ IconifyEwin(EWin * ewin)
Zoom(NULL);
if (ewin->ibox)
EDBUG_RETURN_;
if (ewin->client.need_input)
{
if ((ewin->skiptask) || (ewin->skipwinlist))
EDBUG_RETURN_;
}
call_depth++;
if (call_depth > 256)
{