Commit: 9ee9ce7e140e31a829f540badb3ea122badc15f9 Parent: 9d39da645277561be4ccec5ce431ef3fd6469c7c Author: Anselm R.Garbe Date: Thu, 10 Aug 2006 16:37:13 +0200 reverting last patch, that sucks, I don't care about retarded apps like gvim Diffstat:
| M | client.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client.c b/client.c @@ -411,7 +411,7 @@ togglemax(Arg *arg) sel->h = sh - 2 - bh; higher(sel); - resize(sel, True, TopLeft); + resize(sel, False, TopLeft); sel->x = ox; sel->y = oy;