all repos — openbox @ be79af11f68f2302023c0604a7662af74b2f423d

openbox fork - make it a bit more like ryudo

dont save the appearance when reconfiguring!! that was a crash waiting to happen!!
also reset the border stuff on reconfigure
Dana Jansens danakj@orodu.net
commit

be79af11f68f2302023c0604a7662af74b2f423d

parent

6c4126ec617ccb0dd4e6bf0e3aecaa2181172c66

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

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

@@ -39,7 +39,15 @@ {

XSetWindowAttributes attrib; if (reconfig) { + XSetWindowBorder(ob_display, dock->frame, + RrColorPixel(ob_rr_theme->b_color)); + XSetWindowBorderWidth(ob_display, dock->frame, ob_rr_theme->bwidth); + + RrAppearanceFree(dock->a_frame); + dock->a_frame = RrAppearanceCopy(ob_rr_theme->a_unfocused_title); + stacking_add(DOCK_AS_WINDOW(dock)); + dock_configure(); return; }