aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Workspace.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Workspace.cc b/src/Workspace.cc
index b839f14..d8b77a4 100644
--- a/src/Workspace.cc
+++ b/src/Workspace.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Workspace.cc,v 1.56 2003/04/26 18:57:10 fluxgen Exp $ 25// $Id: Workspace.cc,v 1.57 2003/05/04 13:07:17 rathnor Exp $
26 26
27#include "Workspace.hh" 27#include "Workspace.hh"
28 28
@@ -484,7 +484,8 @@ void Workspace::setName(const std::string &name) {
484*/ 484*/
485void Workspace::shutdown() { 485void Workspace::shutdown() {
486#ifdef DEBUG 486#ifdef DEBUG
487 cerr<<__FILE__<<"("<<__FUNCTION__<<"): windowlist:"<<endl; 487 cerr<<__FILE__<<"("<<__FUNCTION__<<"): scr "<<screen.getScreenNumber()<<", ws "<<
488 m_id<<", windowlist:"<<endl;
488 copy(m_windowlist.begin(), m_windowlist.end(), 489 copy(m_windowlist.begin(), m_windowlist.end(),
489 ostream_iterator<FluxboxWindow *>(cerr, " \n")); 490 ostream_iterator<FluxboxWindow *>(cerr, " \n"));
490 cerr<<endl; 491 cerr<<endl;