all repos — openbox @ aa852556c0bc12e41a24da01df031d1eb886f9fa

openbox fork - make it a bit more like ryudo

let the configuration file changes affect windows' decroations and functionality on reconfigure (fix keepBorder bug 2841
Dana Jansens danakj@orodu.net
commit

aa852556c0bc12e41a24da01df031d1eb886f9fa

parent

73671503fa34581bbe52e3d8cf38014bd29dd2c6

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

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

@@ -287,6 +287,9 @@

/* 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); } }