diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-10-01 02:12:09 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-10-01 02:12:09 +0000 |
| commit | 080ba7f9b908eb375dcdcac201e60ee4cf74a504 (patch) | |
| tree | d17e89a12a0856dc4c90242d5eb88b157514c14e /src | |
| parent | 72a2e98738d87b89620bafd15141690aa4be8fab (diff) | |
remove debug code in window menu placement
Diffstat (limited to 'src')
| -rw-r--r-- | src/Window.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index 3a982115..178b91b5 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -3184,8 +3184,6 @@ void BlackboxWindow::buttonPressEvent(const XButtonEvent *be) { my = screen->getHeight() - windowmenu->getHeight() - (screen->getBorderWidth() * 2); - - cout << my << endl; windowmenu->move(mx, my); windowmenu->show(); XRaiseWindow(blackbox->getXDisplay(), windowmenu->getWindowID()); |
