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
|
#ifdef DEBUG
|
||||||
cerr<<"------------------"<<endl;
|
cerr<<"------------------"<<endl;
|
||||||
cerr<<"Setting Focused window = "<<client<<endl;
|
cerr<<"Setting Focused window = "<<client<<endl;
|
||||||
if (client != 0 && client->fbwindow() != 0)
|
if (client != 0)
|
||||||
cerr<<"title: "<<client->fbwindow()->title()<<endl;
|
cerr<<"title: "<<client->title()<<endl;
|
||||||
cerr<<"Current Focused window = "<<s_focused_window<<endl;
|
cerr<<"Current Focused window = "<<s_focused_window<<endl;
|
||||||
cerr<<"------------------"<<endl;
|
cerr<<"------------------"<<endl;
|
||||||
#endif // DEBUG
|
#endif // DEBUG
|
||||||
|
|
Loading…
Reference in a new issue