From: Anselm R.Garbe Date: Thu, 10 Aug 2006 14:35:36 +0000 (+0200) Subject: togglemax repects inc-hints (this way gvim can be toggle'maxed as well) X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=9d39da645277561be4ccec5ce431ef3fd6469c7c togglemax repects inc-hints (this way gvim can be toggle'maxed as well) --- diff --git a/client.c b/client.c index 773b8f8..8a139e8 100644 --- a/client.c +++ b/client.c @@ -411,7 +411,7 @@ togglemax(Arg *arg) sel->h = sh - 2 - bh; higher(sel); - resize(sel, False, TopLeft); + resize(sel, True, TopLeft); sel->x = ox; sel->y = oy;