aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2005-01-10 08:56:11 (GMT)
committermathias <mathias>2005-01-10 08:56:11 (GMT)
commit51f30a5a63c1ce233220df0f39bfccba9975698d (patch)
tree8c03c6612a3c0bbd80a29210c3928c7b62aa2ccb
parent6c710ba3749fede5d9d2914f888498ec54b6ea31 (diff)
downloadfluxbox-51f30a5a63c1ce233220df0f39bfccba9975698d.zip
fluxbox-51f30a5a63c1ce233220df0f39bfccba9975698d.tar.bz2
forgotten debug-stuff
-rw-r--r--src/Window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 109e0f3..6fdf5e4 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -1458,7 +1458,6 @@ bool FluxboxWindow::setInputFocus() {
1458 m_client->sendFocus(); 1458 m_client->sendFocus();
1459 1459
1460 app->sync(false); 1460 app->sync(false);
1461 app->sync(false);
1462 1461
1463 ret = true; 1462 ret = true;
1464 } else { 1463 } else {
@@ -2479,6 +2478,7 @@ void FluxboxWindow::unmapNotifyEvent(XUnmapEvent &ue) {
2479 cerr<<__FILE__<<"("<<__FUNCTION__<<"): 0x"<<hex<<client->window()<<dec<<endl; 2478 cerr<<__FILE__<<"("<<__FUNCTION__<<"): 0x"<<hex<<client->window()<<dec<<endl;
2480 cerr<<__FILE__<<"("<<__FUNCTION__<<"): title="<<client->title()<<endl; 2479 cerr<<__FILE__<<"("<<__FUNCTION__<<"): title="<<client->title()<<endl;
2481#endif // DEBUG 2480#endif // DEBUG
2481
2482 restore(client, false); 2482 restore(client, false);
2483 2483
2484} 2484}