From 411cc1d1d9e0c7ad07fe6bce548ccf101a2f4c7a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Sep 2003 18:03:58 +0000 Subject: [PATCH] use actions for raising --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ -- 2.45.2