all repos — openbox @ 83e7a03e3ab90ae353cd26d931bf66cbbf1becff

openbox fork - make it a bit more like ryudo

don't reconfigure twice
Dana Jansens danakj@orodu.net
commit

83e7a03e3ab90ae353cd26d931bf66cbbf1becff

parent

100b54ff7a3f0eb6d6a48d37caf3bbdf05e29c9c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/openbox.copenbox/openbox.c

@@ -332,7 +332,7 @@ for (it = client_list; it; it = g_list_next(it)) {

ObClient *c = it->data; /* the new config can change the window's decorations */ - client_setup_decor_and_functions(c, TRUE); + client_setup_decor_and_functions(c, FALSE); /* redraw the frames */ frame_adjust_area(c->frame, TRUE, TRUE, FALSE); /* the decor sizes may have changed, so the windows may