all repos — fluxbox @ 51f30a5a63c1ce233220df0f39bfccba9975698d

custom fork of the fluxbox windowmanager

forgotten debug-stuff
mathias mathias
commit

51f30a5a63c1ce233220df0f39bfccba9975698d

parent

6c710ba3749fede5d9d2914f888498ec54b6ea31

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

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

@@ -1458,7 +1458,6 @@

m_client->sendFocus(); app->sync(false); - app->sync(false); ret = true; } else {

@@ -2479,6 +2478,7 @@ #ifdef DEBUG

cerr<<__FILE__<<"("<<__FUNCTION__<<"): 0x"<<hex<<client->window()<<dec<<endl; cerr<<__FILE__<<"("<<__FUNCTION__<<"): title="<<client->title()<<endl; #endif // DEBUG + restore(client, false); }