tyet another fix - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 44ef3f5a07753ecaeacc2fb180e90bf4479ab975
(DIR) parent dafbd0dcb00366e9ef36079e30d8338b199b8034
(HTM) Author: Anselm R. Garbe <arg@suckless.org>
Date: Tue, 6 Feb 2007 15:29:19 +0100
yet another fix
Diffstat:
M client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/client.c b/client.c
t@@ -184,7 +184,7 @@ manage(Window w, XWindowAttributes *wa) {
void
resize(Client *c, Bool sizehints) {
- float actual, dx, dy, max, min, u;
+ float actual, dx, dy, max, min;
XWindowChanges wc;
if(c->w <= 0 || c->h <= 0)