From bb541d850aa9c9db6be2de516f5e20ee5329f0a8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Sep 2003 18:01:44 +0000 Subject: [PATCH] bring back action_run_string --- openbox/client.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/openbox/client.c b/openbox/client.c index 48fd2149..c26c8a87 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2623,16 +2623,7 @@ void client_activate(ObClient *self, gboolean here) about raising the window. when a fullscreen window loses focus, we need this or else the raise wont be able to raise above the to-lose-focus fullscreen window. */ - { - ObAction *a; - GSList *l = NULL; - - a = action_from_string("Raise", OB_USER_ACTION_NONE); - g_assert(a); - l = g_slist_append(NULL, a); - - action_run(l, self, 0); - } + action_run_string("Raise", self); } gboolean client_focused(ObClient *self) -- 2.39.2