From 6a35e7c594959ee17392aec76ba074565a63ea57 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 29 Oct 2008 13:30:26 +0100 Subject: [PATCH] Bring helper windows when following a window. --- openbox/actions/desktop.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openbox/actions/desktop.c b/openbox/actions/desktop.c index bc70748..203936d 100644 --- a/openbox/actions/desktop.c +++ b/openbox/actions/desktop.c @@ -144,7 +144,12 @@ static gboolean run_func(ObActionsData *data, gpointer options) go = o->follow; } - if (go) screen_set_desktop(d, TRUE); + if (go) { + screen_set_desktop(d, TRUE); + if (data->client) + client_bring_helper_windows(data->client); + } + actions_client_move(data, FALSE); } return FALSE; -- 1.9.1