ttogglemax repects inc-hints (this way gvim can be toggle'maxed as well) - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 9d39da645277561be4ccec5ce431ef3fd6469c7c
DIR parent 0228dcd58f7948c2f5d85e995102b62c9c4a8664
HTML Author: Anselm R.Garbe <arg@10ksloc.org>
Date: Thu, 10 Aug 2006 16:35:36 +0200
ttogglemax repects inc-hints (this way gvim can be toggle'maxed as well)
Diffstat:
M client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/client.c b/client.c
t@@ -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;