X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.c;h=4268987f43142738b5557ef8652614b8d4c455a0;hb=24a489e8e58333d381533c77a4e0d869e0293fa4;hp=7bc8ab658e849ef4f25e87be71c2c58f48e10b63;hpb=eda6085586b4b28aa1fcc01f3d2f31615f70437d;p=chaz%2Fopenbox 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); }