diff options
author | markt <markt> | 2006-08-04 00:40:16 (GMT) |
---|---|---|
committer | markt <markt> | 2006-08-04 00:40:16 (GMT) |
commit | bb2758f7c6c86bb85284d091b1c6dcb0a3d2a3f3 (patch) | |
tree | dc6aef96d89379613a34430716b1ae5ff4ed9194 /src/FocusControl.cc | |
parent | 52d3f3f6b6f1c8ccf899f8722ea9befe76da9182 (diff) | |
download | fluxbox-bb2758f7c6c86bb85284d091b1c6dcb0a3d2a3f3.zip fluxbox-bb2758f7c6c86bb85284d091b1c6dcb0a3d2a3f3.tar.bz2 |
change the debug output in FocusControl::setFocusedWindow()
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r-- | src/FocusControl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc index dafad30..014a9df 100644 --- a/src/FocusControl.cc +++ b/src/FocusControl.cc | |||
@@ -460,8 +460,8 @@ void FocusControl::setFocusedWindow(WinClient *client) { | |||
460 | #ifdef DEBUG | 460 | #ifdef DEBUG |
461 | cerr<<"------------------"<<endl; | 461 | cerr<<"------------------"<<endl; |
462 | cerr<<"Setting Focused window = "<<client<<endl; | 462 | cerr<<"Setting Focused window = "<<client<<endl; |
463 | if (client != 0 && client->fbwindow() != 0) | 463 | if (client != 0) |
464 | cerr<<"title: "<<client->fbwindow()->title()<<endl; | 464 | cerr<<"title: "<<client->title()<<endl; |
465 | cerr<<"Current Focused window = "<<s_focused_window<<endl; | 465 | cerr<<"Current Focused window = "<<s_focused_window<<endl; |
466 | cerr<<"------------------"<<endl; | 466 | cerr<<"------------------"<<endl; |
467 | #endif // DEBUG | 467 | #endif // DEBUG |