all repos — openbox @ 13ac6f2abd09ea0f8bbdd8f3131115200cadc225

openbox fork - make it a bit more like ryudo

remove debugging couts
Dana Jansens danakj@orodu.net
commit

13ac6f2abd09ea0f8bbdd8f3131115200cadc225

parent

f27fe4edbbd0f3abde228737bd37d1be128e01f3

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

jump to
M src/Workspace.ccsrc/Workspace.cc

@@ -542,7 +542,6 @@ // the following code is temporary and will be taken care of by Screen in the

// future (with the NETWM 'strut') Rect space(0, 0, screen.size().w(), screen.size().h()); - cout << "space: x: " << space.x() << " y: " << space.y() << " w: " << space.w() << " h: " << space.h() << endl; #ifdef SLIT Slit *slit = screen.getSlit(); int remove; // 0 - top/2 - right/2 - bottom/3 - left

@@ -584,7 +583,6 @@ break;

} #endif - cout << "space: x: " << space.x() << " y: " << space.y() << " w: " << space.w() << " h: " << space.h() << endl; Toolbar *toolbar = screen.getToolbar(); int tbarh = screen.hideToolbar() ? 0 : toolbar->getExposedHeight() + screen.getBorderWidth() * 2;

@@ -604,7 +602,6 @@ break;

default: ASSERT(false); // unhandled placement } - cout << "space: x: " << space.x() << " y: " << space.y() << " w: " << space.w() << " h: " << space.h() << endl; const int win_w = win->size().w() + (screen.getBorderWidth() * 4), win_h = win->size().h() + (screen.getBorderWidth() * 4),