togglemax repects inc-hints (this way gvim can be toggle'maxed as well)
authorAnselm R.Garbe <arg@10ksloc.org>
Thu, 10 Aug 2006 16:35:36 +0200
changeset 245 bc3f69dcf719
parent 244 2d4f2bacbbc4
child 246 2ab6be9cd3ff
togglemax repects inc-hints (this way gvim can be toggle'maxed as well)
client.c
--- a/client.c	Thu Aug 10 15:35:02 2006 +0200
+++ b/client.c	Thu Aug 10 16:35:36 2006 +0200
@@ -411,7 +411,7 @@
 		sel->h = sh - 2 - bh;
 
 		higher(sel);
-		resize(sel, False, TopLeft);
+		resize(sel, True, TopLeft);
 
 		sel->x = ox;
 		sel->y = oy;