forgotten debug-stuff

This commit is contained in:
mathias 2005-01-10 08:56:11 +00:00
parent 6c710ba374
commit 51f30a5a63

View file

@ -1457,7 +1457,6 @@ bool FluxboxWindow::setInputFocus() {
m_client->sendFocus(); m_client->sendFocus();
app->sync(false);
app->sync(false); app->sync(false);
ret = true; ret = true;
@ -2479,6 +2478,7 @@ void FluxboxWindow::unmapNotifyEvent(XUnmapEvent &ue) {
cerr<<__FILE__<<"("<<__FUNCTION__<<"): 0x"<<hex<<client->window()<<dec<<endl; cerr<<__FILE__<<"("<<__FUNCTION__<<"): 0x"<<hex<<client->window()<<dec<<endl;
cerr<<__FILE__<<"("<<__FUNCTION__<<"): title="<<client->title()<<endl; cerr<<__FILE__<<"("<<__FUNCTION__<<"): title="<<client->title()<<endl;
#endif // DEBUG #endif // DEBUG
restore(client, false); restore(client, false);
} }