]> Dogcows Code - chaz/openbox/commitdiff
send iconic windows to the bottom of the focus list so you can a-s-tab tog get back...
authorDana Jansens <danakj@orodu.net>
Fri, 25 May 2007 14:07:34 +0000 (14:07 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 25 May 2007 14:07:34 +0000 (14:07 +0000)
openbox/client.c

index 3ba8ba3ba7587d42b060ca588e6a31cb856b3f3c..2454e198e706787e23562d4a469520b774f566ef 100644 (file)
@@ -2996,9 +2996,8 @@ static void client_iconify_recursive(ObClient *self,
                 self->iconic = iconic;
 
                 /* update the focus lists.. iconic windows go to the bottom of
-                   the list, put the new iconic window at the 'top of the
-                   bottom'. */
-                focus_order_to_top(self);
+                   the list */
+                focus_order_to_bottom(self);
 
                 changed = TRUE;
             }
This page took 0.02544 seconds and 4 git commands to generate.