changeset: 1845:f57adb5de1eb
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Sun Feb 11 12:36:39 2007 -0500
summary: Fixed there appearing to be an empty column
diff -r 8f6e8f992395 -r f57adb5de1eb area.c
--- a/area.c Sun Feb 11 12:33:05 2007 -0500
+++ b/area.c Sun Feb 11 12:36:39 2007 -0500
@@ -52,7 +52,7 @@ create_area(View *v, Area *pos, unsigned
w = min_width;
if(col_num && (col_num * min_width + w) > screen->rect.width)
return nil;
- if(i)
+ if(pos)
scale_view(v, screen->rect.width - w);
a = ixp_emallocz(sizeof(Area));
Received on Sun Feb 11 2007 - 18:41:13 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:11 UTC