From 471785b9d8a77bb3e483a6cac10ea64e8019cd12 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 16 Aug 2002 11:01:09 +0000 Subject: restore with remap --- src/Screen.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Screen.cc b/src/Screen.cc index f968ac7..837024a 100644 --- a/src/Screen.cc +++ b/src/Screen.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.cc,v 1.62 2002/08/14 22:21:06 fluxgen Exp $ +// $Id: Screen.cc,v 1.63 2002/08/16 11:01:09 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE @@ -1582,7 +1582,7 @@ void BScreen::shutdown() { { while (!iconList.empty()) { - iconList.back()->restore(); + iconList.back()->restore(true); // restore with remap delete iconList.back(); // the window removes it self from iconlist } } -- cgit v0.11.2