[hackers] [wmii] Fix increment gaps between columns

From: Kris Maglione <jg_AT_suckless.org>
Date: Fri Feb 16 04:17:04 2007

changeset: 1889:96c4fb7d32e9
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Thu Feb 15 22:14:39 2007 -0500
summary: Fix increment gaps between columns

diff -r d6e465dcd80b -r 96c4fb7d32e9 column.c
--- a/column.c Thu Feb 15 22:11:55 2007 -0500
+++ b/column.c Thu Feb 15 22:14:39 2007 -0500
@@ -134,6 +134,8 @@ scale_column(Area *a) {
         i = num_uncol;
         for(f=a->frame; f; f=f->anext) {
                 f->rect.y = yoff;
+ f->rect.x = a->rect.x;
+ f->rect.width = a->rect.width;
                 if(f->collapsed)
                         yoff += f->rect.height;
                 else{
Received on Fri Feb 16 2007 - 04:17:04 UTC

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