From: Dana Jansens Date: Fri, 26 Sep 2003 18:03:58 +0000 (+0000) Subject: use actions for raising X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=411cc1d1d9e0c7ad07fe6bce548ccf101a2f4c7a;p=chaz%2Fopenbox use actions for raising --- diff --git a/openbox/client.c b/openbox/client.c index c26c8a87..6de12d19 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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) */