dont reposition windows who know what they want

This commit is contained in:
Dana Jansens 2003-03-21 10:29:30 +00:00
parent 9a4ccc919c
commit cd1694cd1c

View file

@ -37,6 +37,9 @@ static void event(ObEvent *e, void *foo)
if (ob_state == State_Starting) return;
/* requested a position */
if (e->data.c.client->positioned) return;
if (!place_history(e->data.c.client))
place_random(e->data.c.client);
}