forgotten debug-stuff
This commit is contained in:
parent
6c710ba374
commit
51f30a5a63
1 changed files with 1 additions and 1 deletions
|
@ -1457,7 +1457,6 @@ bool FluxboxWindow::setInputFocus() {
|
|||
|
||||
m_client->sendFocus();
|
||||
|
||||
app->sync(false);
|
||||
app->sync(false);
|
||||
|
||||
ret = true;
|
||||
|
@ -2479,6 +2478,7 @@ void FluxboxWindow::unmapNotifyEvent(XUnmapEvent &ue) {
|
|||
cerr<<__FILE__<<"("<<__FUNCTION__<<"): 0x"<<hex<<client->window()<<dec<<endl;
|
||||
cerr<<__FILE__<<"("<<__FUNCTION__<<"): title="<<client->title()<<endl;
|
||||
#endif // DEBUG
|
||||
|
||||
restore(client, false);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue