]> Dogcows Code - chaz/openbox/commitdiff
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 c26c8a87593f75092030c0cd7e06959be695275c..6de12d19f855c4a99215d338f6562b0d381234d1 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) */
This page took 0.028249 seconds and 4 git commands to generate.