use actions for raising
authorDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 18:03:58 +0000 (18:03 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 18:03:58 +0000 (18:03 +0000)
openbox/client.c

index c26c8a8..6de12d1 100644 (file)
@@ -2289,7 +2289,7 @@ void client_set_desktop_recursive(ObClient *self,
             client_showhide(self);
         /* raise if it was not already on the desktop */
         if (old != DESKTOP_ALL)
-            stacking_raise(CLIENT_AS_WINDOW(self));
+            action_run_string("Raise", self);
         screen_update_areas();
 
         /* add to the new desktop(s) */