]> Dogcows Code - chaz/openbox/commitdiff
when a window is lowered, move it to the bottom of the focus order list
authorDana Jansens <danakj@orodu.net>
Mon, 29 Sep 2003 07:25:00 +0000 (07:25 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 29 Sep 2003 07:25:00 +0000 (07:25 +0000)
openbox/action.c

index 7d8197e4eae214c2bf7b5bdf5d9a81a03cb27430..f7389cb341a28b74a11343669ff13538fa70e2ea 100644 (file)
@@ -1054,6 +1054,8 @@ void action_lower(union ActionData *data)
     client_action_start(data);
     stacking_lower(CLIENT_AS_WINDOW(data->client.any.c));
     client_action_end(data);
+
+    focus_order_to_bottom(data->client.any.c);
 }
 
 void action_close(union ActionData *data)
This page took 0.025842 seconds and 4 git commands to generate.