[hackers] [wmii] Fix bug and add clients to an area after the selected client.

From: Kris Maglione <jg_AT_suckless.org>
Date: Sun Feb 11 05:15:40 2007

changeset: 1838:7f582b9500e1
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Sat Feb 10 23:11:35 2007 -0500
summary: Fix bug and add clients to an area after the selected client.

diff -r f2dcb9621dbd -r 7f582b9500e1 area.c
--- a/area.c Sat Feb 10 22:04:13 2007 -0500
+++ b/area.c Sat Feb 10 23:11:35 2007 -0500
@@ -148,9 +148,9 @@ attach_to_area(Area *a, Frame *f, Bool s
                         scale_column(a, a->rect.height - h);
         }
         if(a->sel)
+ insert_frame(a->sel, f, False);
+ else
                 insert_frame(nil, f, False);
- else
- insert_frame(a->sel, f, False);
 
         if(!a->floating)
                 f->rect.height = h;
Received on Sun Feb 11 2007 - 05:15:40 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:10 UTC