all repos — openbox @ bb541d850aa9c9db6be2de516f5e20ee5329f0a8

openbox fork - make it a bit more like ryudo

bring back action_run_string
Dana Jansens danakj@orodu.net
commit

bb541d850aa9c9db6be2de516f5e20ee5329f0a8

parent

fb341869b1f1d82db06b7c92cacff7db58633344

1 files changed, 1 insertions(+), 10 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -2623,16 +2623,7 @@ we want the results from the focus change to take place BEFORE we go

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)