]> Dogcows Code - chaz/openbox/commitdiff
make desktop windows get lowered properly
authorDana Jansens <danakj@orodu.net>
Fri, 28 Jun 2002 03:39:22 +0000 (03:39 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 28 Jun 2002 03:39:22 +0000 (03:39 +0000)
src/Screen.cc

index 4716d23a3532e56991d34a30a0f063b7d1ac0846..73dfeaf1bd71d91d4adac0490657c83e7fe5cd85 100644 (file)
@@ -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;
   }
This page took 0.024583 seconds and 4 git commands to generate.