Sat Mar 25 17:02:32 GMT 2000

(gilbertt)

This *should* prevent windows set to skip_winlists from appearing in the gnome
pager and other such gnomey things. Could someone who use the gnome-pager
applet test it for me?

This doesn't break the gnome wm-spec does it?


SVN revision: 2324
This commit is contained in:
Tom Gilbert 2000-03-25 17:04:13 +00:00
parent 1f71e1e26e
commit 4046df6081
2 changed files with 14 additions and 1 deletions

View File

@ -4391,3 +4391,15 @@ Fri Mar 24 17:53:46 PST 2000
(Mandrake)
working on xinerama (copying home)
-------------------------------------------------------------------------------
Sat Mar 25 17:02:32 GMT 2000
(gilbertt)
This *should* prevent windows set to skip_winlists from appearing in the gnome
pager and other such gnomey things. Could someone who use the gnome-pager
applet test it for me?
This doesn't break the gnome wm-spec does it?

View File

@ -685,7 +685,8 @@ GNOME_SetClientList(void)
wl = Emalloc(sizeof(Window) * num);
for (i = 0; i < num; i++)
{
if ((!lst[i]->menu) && (!lst[i]->pager) && lst[i]->iconified != 4)
if ((!lst[i]->menu) && (!lst[i]->pager) && (!lst[i]->skiptask)
&& lst[i]->iconified != 4)
wl[j++] = lst[i]->client.win;
}
}