change the debug output in FocusControl::setFocusedWindow()
markt markt
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/FocusControl.cc
→
src/FocusControl.cc
@@ -460,8 +460,8 @@
#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