]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
don't activate on raise
[chaz/openbox] / openbox / action.c
index 7bc8ab658e849ef4f25e87be71c2c58f48e10b63..4268987f43142738b5557ef8652614b8d4c455a0 100644 (file)
@@ -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);
 }
 
This page took 0.021589 seconds and 4 git commands to generate.