change the debug output in FocusControl::setFocusedWindow()
This commit is contained in:
parent
52d3f3f6b6
commit
bb2758f7c6
1 changed files with 2 additions and 2 deletions
|
@ -460,8 +460,8 @@ void FocusControl::setFocusedWindow(WinClient *client) {
|
|||
#ifdef DEBUG
|
||||
cerr<<"------------------"<<endl;
|
||||
cerr<<"Setting Focused window = "<<client<<endl;
|
||||
if (client != 0 && client->fbwindow() != 0)
|
||||
cerr<<"title: "<<client->fbwindow()->title()<<endl;
|
||||
if (client != 0)
|
||||
cerr<<"title: "<<client->title()<<endl;
|
||||
cerr<<"Current Focused window = "<<s_focused_window<<endl;
|
||||
cerr<<"------------------"<<endl;
|
||||
#endif // DEBUG
|
||||
|
|
Loading…
Reference in a new issue