dwm-meillo

changeset 245:bc3f69dcf719

togglemax repects inc-hints (this way gvim can be toggle'maxed as well)
author Anselm R.Garbe <arg@10ksloc.org>
date Thu, 10 Aug 2006 16:35:36 +0200
parents 2d4f2bacbbc4
children 2ab6be9cd3ff
files client.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/client.c	Thu Aug 10 15:35:02 2006 +0200
     1.2 +++ b/client.c	Thu Aug 10 16:35:36 2006 +0200
     1.3 @@ -411,7 +411,7 @@
     1.4  		sel->h = sh - 2 - bh;
     1.5  
     1.6  		higher(sel);
     1.7 -		resize(sel, False, TopLeft);
     1.8 +		resize(sel, True, TopLeft);
     1.9  
    1.10  		sel->x = ox;
    1.11  		sel->y = oy;