client: save props on raise

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-28 11:39:10 +02:00
parent 577cec41b1
commit fedab2270d
1 changed files with 1 additions and 0 deletions

View File

@ -593,6 +593,7 @@ client_setlayer(client_t *c, layer_t layer)
{
c->layer = layer;
client_raise(c);
client_saveprops(c);
}
/** Set a clinet floating.