From: Mikael Magnusson Date: Wed, 29 Oct 2008 12:30:26 +0000 (+0100) Subject: Bring helper windows when following a window. X-Git-Tag: backport~137 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=6a35e7c594959ee17392aec76ba074565a63ea57;hp=1970e3c3a82870f12d3d5fba59262d1df24e5cb2 Bring helper windows when following a window. --- 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;