bring back action_run_string
This commit is contained in:
parent
fb341869b1
commit
bb541d850a
1 changed files with 1 additions and 10 deletions
|
@ -2623,16 +2623,7 @@ void client_activate(ObClient *self, gboolean here)
|
||||||
about raising the window. when a fullscreen window loses focus, we need
|
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
|
this or else the raise wont be able to raise above the to-lose-focus
|
||||||
fullscreen window. */
|
fullscreen window. */
|
||||||
{
|
action_run_string("Raise", self);
|
||||||
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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean client_focused(ObClient *self)
|
gboolean client_focused(ObClient *self)
|
||||||
|
|
Loading…
Reference in a new issue