From 24a489e8e58333d381533c77a4e0d869e0293fa4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 21 Jun 2007 20:04:35 +0000 Subject: don't activate on raise --- openbox/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index 7bc8ab65..4268987f 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1368,7 +1368,7 @@ void action_raiselower(union ActionData *data) ObClient *c = data->client.any.c; client_action_start(data); - stacking_restack_request(c, NULL, Opposite, FALSE); + stacking_restack_request(c, NULL, Opposite); client_action_end(data, config_focus_under_mouse); } -- cgit v1.2.3