]> Dogcows Code - chaz/openbox/commitdiff
this goes away by popular request (focus_order_to_bottom in action_lower)
authorMikael Magnusson <mikachu@comhem.se>
Sat, 10 Apr 2004 22:45:32 +0000 (22:45 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sat, 10 Apr 2004 22:45:32 +0000 (22:45 +0000)
openbox/action.c

index 81a9ef3e1703f40c80cb95887c10c6f471492da1..fbfb0960f79b5526f2ef368f2bac46b470346652 100644 (file)
@@ -1089,8 +1089,6 @@ 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.023622 seconds and 4 git commands to generate.