all repos — openbox @ d03852ad25b4d43e1420d9aced516507fa572800

openbox fork - make it a bit more like ryudo

fix compliling with --disable-slit
Dana Jansens danakj@orodu.net
commit

d03852ad25b4d43e1420d9aced516507fa572800

parent

a85c9a7c6e88d94a833941d3efc368cf11243579

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

jump to
M CHANGELOGCHANGELOG

@@ -1,6 +1,8 @@

Changelog for Openbox: 2.0.0: + * fix compliling with --disable-slit. (Ben Jansens) + * fixed sticky windows behavior. (Ben Jansens) * make reconfigure reset the timeout values for
M src/Screen.ccsrc/Screen.cc

@@ -653,7 +653,7 @@ space.setY(space.y() + tbarh);

space.setH(space.h() - tbarh); } #else // !SLIT - int tbarh = resource.hide_toolbar() ? 0 : + int tbarh = resource.hide_toolbar ? 0 : toolbar->getExposedHeight() + resource.border_width * 2; switch (toolbar->placement()) { case Toolbar::TopLeft: