summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-06-28 03:39:22 +0000
committerDana Jansens <danakj@orodu.net>2002-06-28 03:39:22 +0000
commit871602208a1874dcb3a8bfc4abdfc4d100a0ec57 (patch)
treeff464e6e86876ca469e0d10c48ee407c73e9f539
parenteb136b9629b61d43c00c3cf105ff170fb8c75ad1 (diff)
make desktop windows get lowered properly
-rw-r--r--src/Screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 4716d23a..73dfeaf1 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -1217,8 +1217,8 @@ void BScreen::manageWindow(Window w) {
// desktop windows cant do anything, so we remove all the normal window
// stuff from them, they are only kept around so that we can keep them on
// the bottom of the z-order
- addDesktopWindow(win->getClientWindow());
win->restore(True);
+ addDesktopWindow(win->getClientWindow());
delete win;
return;
}