From d03852ad25b4d43e1420d9aced516507fa572800 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 May 2002 15:00:15 +0000 Subject: fix compliling with --disable-slit --- src/Screen.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Screen.cc') diff --git a/src/Screen.cc b/src/Screen.cc index 08b76971..2225e2ce 100644 --- a/src/Screen.cc +++ b/src/Screen.cc @@ -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: -- cgit v1.2.3