From da99dcae15f4991533a2414a72faaf31a3f90a8f Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 29 Oct 2002 16:00:20 +0000 Subject: new names for some functions in toolbar --- src/Workspace.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Workspace.cc b/src/Workspace.cc index 036fc46..a83aab3 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Workspace.cc,v 1.33 2002/10/22 14:47:22 fluxgen Exp $ +// $Id: Workspace.cc,v 1.34 2002/10/29 16:00:20 fluxgen Exp $ #include "Workspace.hh" @@ -480,10 +480,10 @@ void Workspace::placeWindow(FluxboxWindow *win) { slit_w = screen->getSlit()->width() + borderWidth4x, slit_h = screen->getSlit()->height() + borderWidth4x, #endif // SLIT - toolbar_x = screen->getToolbar()->getX() - screen->getBorderWidth(), - toolbar_y = screen->getToolbar()->getY() - screen->getBorderWidth(), - toolbar_w = screen->getToolbar()->getWidth() + borderWidth4x, - toolbar_h = screen->getToolbar()->getHeight() + borderWidth4x, + toolbar_x = screen->getToolbar()->x() - screen->getBorderWidth(), + toolbar_y = screen->getToolbar()->y() - screen->getBorderWidth(), + toolbar_w = screen->getToolbar()->width() + borderWidth4x, + toolbar_h = screen->getToolbar()->height() + borderWidth4x, place_x = 0, place_y = 0, change_x = 1, change_y = 1; if (screen->getColPlacementDirection() == BScreen::BOTTOMTOP) -- cgit v0.11.2