all repos — openbox @ 209d8df0b15702b523862f1717e055350a34c812

openbox fork - make it a bit more like ryudo

leave things how we found them !
Dana Jansens danakj@orodu.net
commit

209d8df0b15702b523862f1717e055350a34c812

parent

3c3fc81b6c61bb5ebe75b688cf02b8498c2211b0

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

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

@@ -105,6 +105,11 @@ RrColorFree(color_white);

RrAppearanceFree(a_focus_indicator); + stacking_remove(INTERNAL_AS_WINDOW(&focus_indicator.top)); + stacking_remove(INTERNAL_AS_WINDOW(&focus_indicator.left)); + stacking_remove(INTERNAL_AS_WINDOW(&focus_indicator.right)); + stacking_remove(INTERNAL_AS_WINDOW(&focus_indicator.bottom)); + XDestroyWindow(ob_display, focus_indicator.top.win); XDestroyWindow(ob_display, focus_indicator.left.win); XDestroyWindow(ob_display, focus_indicator.right.win);