all repos — fluxbox @ bb2758f7c6c86bb85284d091b1c6dcb0a3d2a3f3

custom fork of the fluxbox windowmanager

change the debug output in FocusControl::setFocusedWindow()
markt markt
commit

bb2758f7c6c86bb85284d091b1c6dcb0a3d2a3f3

parent

52d3f3f6b6f1c8ccf899f8722ea9befe76da9182

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FocusControl.ccsrc/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