dont count !normal clients for placement

This commit is contained in:
Dana Jansens 2003-09-15 02:07:46 +00:00
parent 9866570c7e
commit 9fe2ce3f85

View file

@ -152,7 +152,7 @@ static gboolean place_smart(ObClient *client, gint *x, gint *y)
for (it = list; it; it = g_list_next(it)) {
ObClient *c = it->data;
if (c == client || c->shaded)
if (c == client || c->shaded || !client_normal(c))
continue;
spaces = area_remove(spaces, &c->frame->area);
}