all repos — fluxbox @ c21b6fb29fd51cbd5ebb49dda1d10698d8ba2e32

custom fork of the fluxbox windowmanager

little debugging message improvement...
rathnor rathnor
commit

c21b6fb29fd51cbd5ebb49dda1d10698d8ba2e32

parent

6871d536eca0b95af281dafae5d59b535a7694ed

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

jump to
M src/Workspace.ccsrc/Workspace.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Workspace.cc,v 1.56 2003/04/26 18:57:10 fluxgen Exp $ +// $Id: Workspace.cc,v 1.57 2003/05/04 13:07:17 rathnor Exp $ #include "Workspace.hh"

@@ -484,7 +484,8 @@ clears the m_windowlist

*/ void Workspace::shutdown() { #ifdef DEBUG - cerr<<__FILE__<<"("<<__FUNCTION__<<"): windowlist:"<<endl; + cerr<<__FILE__<<"("<<__FUNCTION__<<"): scr "<<screen.getScreenNumber()<<", ws "<< + m_id<<", windowlist:"<<endl; copy(m_windowlist.begin(), m_windowlist.end(), ostream_iterator<FluxboxWindow *>(cerr, " \n")); cerr<<endl;