]> Dogcows Code - chaz/openbox/commitdiff
remove debug code in window menu placement
authorScott Moynes <smoynes@nexus.carleton.ca>
Tue, 1 Oct 2002 02:12:09 +0000 (02:12 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Tue, 1 Oct 2002 02:12:09 +0000 (02:12 +0000)
src/Window.cc

index 3a9821157ea585643672cd379cfd3beb729c469f..178b91b52d109429dff74c5312254f78d2b13d7a 100644 (file)
@@ -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());
This page took 0.024968 seconds and 4 git commands to generate.