From 871602208a1874dcb3a8bfc4abdfc4d100a0ec57 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 28 Jun 2002 03:39:22 +0000 Subject: make desktop windows get lowered properly --- src/Screen.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Screen.cc') 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; } -- cgit v1.2.3