all repos — openbox @ b2c508d97e93e638c824630715b54363d9ca6176

openbox fork - make it a bit more like ryudo

set focus_order back to null on shutdown so g_renew would work
Dana Jansens danakj@orodu.net
commit

b2c508d97e93e638c824630715b54363d9ca6176

parent

6adb3d44544f0c740b63b07d2f9cfb9a1a83814a

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

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

@@ -41,6 +41,7 @@

for (i = 0; i < screen_num_desktops; ++i) g_list_free(focus_order[i]); g_free(focus_order); + focus_order = NULL; XDestroyWindow(ob_display, focus_backup);