all repos — openbox @ 2a84418ee441d77d0d07760cbfc8359d0db624f4

openbox fork - make it a bit more like ryudo

missed one
Dana Jansens danakj@orodu.net
commit

2a84418ee441d77d0d07760cbfc8359d0db624f4

parent

be3b78736fc171da4f14c99a22b858ad03237fd8

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

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

@@ -328,9 +328,7 @@ /* redecorate all existing windows */

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); - /* redraw the frames */ - frame_adjust_area(c->frame, TRUE, TRUE, FALSE); + client_setup_decor_and_functions(c, TRUE); } }