missed one
This commit is contained in:
parent
be3b78736f
commit
2a84418ee4
1 changed files with 1 additions and 3 deletions
|
@ -328,9 +328,7 @@ gint main(gint argc, gchar **argv)
|
||||||
for (it = client_list; it; it = g_list_next(it)) {
|
for (it = client_list; it; it = g_list_next(it)) {
|
||||||
ObClient *c = it->data;
|
ObClient *c = it->data;
|
||||||
/* the new config can change the window's decorations */
|
/* the new config can change the window's decorations */
|
||||||
client_setup_decor_and_functions(c);
|
client_setup_decor_and_functions(c, TRUE);
|
||||||
/* redraw the frames */
|
|
||||||
frame_adjust_area(c->frame, TRUE, TRUE, FALSE);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue