]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.cc
nls from bb-cvs
[chaz/openbox] / src / Screen.cc
index 08b76971b267fed91dffc00f7d60b32f05fb5fc6..2225e2cee73a4dd92c19611dfa23aa043c0509d5 100644 (file)
@@ -653,7 +653,7 @@ Rect BScreen::availableArea() const {
       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:
This page took 0.022426 seconds and 4 git commands to generate.