all repos — openbox @ 8bae1352cb401b71575106051a35a9535db1a7cd

openbox fork - make it a bit more like ryudo

fix braces
Dana Jansens danakj@orodu.net
commit

8bae1352cb401b71575106051a35a9535db1a7cd

parent

8c2dfe5de45babd0fbc12b69cdfe30a54cf873a2

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

jump to
M otk/style.ccotk/style.cc

@@ -173,10 +173,8 @@ std::string s;

int hx, hy; //ignored int ret = BitmapOpenFailed; //default to failure. - if (style.getValue(rname, s)) - { - if (s[0] != '/' && s[0] != '~') - { + if (style.getValue(rname, s)) { + if (s[0] != '/' && s[0] != '~') { std::string xbmFile = std::string("~/.openbox/buttons/") + s; ret = XReadBitmapFile(OBDisplay::display, root_window, expandTilde(xbmFile).c_str(), &pixmapMask.w,