all repos — openbox @ 9c2b06668e349901791fb9fe459cc511e460287e

openbox fork - make it a bit more like ryudo

kill some whack extra whitespace
Dana Jansens danakj@orodu.net
commit

9c2b06668e349901791fb9fe459cc511e460287e

parent

3b0b41ba81f46250f68111f7116a7f8e5c2a8dbe

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

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

@@ -301,7 +301,7 @@ &s_titlebut_unfocused_color))

s_titlebut_unfocused_color = color_new(0xff, 0xff, 0xff); if (!read_mask(db, "window.button.max.mask", &s_max_mask)) { - char data [] = { 0x7c, 0x44, 0x47, 0x47, 0x7f, 0x1f, 0x1f }; + char data[] = { 0x7c, 0x44, 0x47, 0x47, 0x7f, 0x1f, 0x1f }; s_max_mask = pixmap_mask_new(7, 7, data); } if (!read_mask(db, "window.button.icon.mask", &s_icon_mask)) {