Introduction
Introduction Statistics Contact Development Disclaimer Help
treplaced BORDERPX with sel->border in togglemax(), in other places this is not…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 141beb27041371672d54da7f541a3855fab0ac5b
parent 4e49d5a0ad0936e1492eabf92ff471670742189f
Author: Anselm R. Garbe <[email protected]>
Date: Wed, 30 May 2007 20:49:38 +0200
replaced BORDERPX with sel->border in togglemax(), in other places this is not …
Diffstat:
M config.mk | 2 +-
M layout.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.mk b/config.mk
t@@ -1,5 +1,5 @@
# dwm version
-VERSION = 4.2
+VERSION = 4.3
# Customize below to fit your system
diff --git a/layout.c b/layout.c
t@@ -243,7 +243,7 @@ togglemax(const char *arg) {
sel->ry = sel->y;
sel->rw = sel->w;
sel->rh = sel->h;
- resize(sel, wax, way, waw - 2 * BORDERPX, wah - 2 * BORDERPX, …
+ resize(sel, wax, way, waw - 2 * sel->border, wah - 2 * sel->bo…
}
else
resize(sel, sel->rx, sel->ry, sel->rw, sel->rh, True);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.