all repos — openbox @ 5daa08c680500a2ee90b5b8073abbe45129277b1

openbox fork - make it a bit more like ryudo

80 col rule
Dana Jansens danakj@orodu.net
commit

5daa08c680500a2ee90b5b8073abbe45129277b1

parent

d75e094032c10a4f752c83f8b01542739787e5f5

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

jump to
M engines/openbox/obtheme.cengines/openbox/obtheme.c

@@ -328,7 +328,8 @@ g_free(winjuststr);

} if (!read_int(db, "handleWidth", &ob_s_handle_height) || - ob_s_handle_height < 0 || ob_s_handle_height > 100) ob_s_handle_height = 6; + ob_s_handle_height < 0 || ob_s_handle_height > 100) + ob_s_handle_height = 6; if (!read_int(db, "bevelWidth", &ob_s_bevel) || ob_s_bevel <= 0 || ob_s_bevel > 100) ob_s_bevel = 3; if (!read_int(db, "borderWidth", &ob_s_bwidth) ||