Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixed a bug reported by sander - dwm - [fork] customized build of dwm, the dyn…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 5e9acbc952ef6c323e456fbef82fa5b1c5a9cde2
parent a420ceab50b896a6b6edc81c2a42c4ddc75b867e
Author: Anselm R.Garbe <[email protected]>
Date: Thu, 17 Aug 2006 10:06:36 +0200
fixed a bug reported by sander
Diffstat:
M client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/client.c b/client.c
t@@ -296,7 +296,7 @@ resize(Client *c, Bool sizehints, Corner sticky)
if(c->x > sw) /* might happen on restart */
c->x = sw - c->w;
if(c->y > sh)
- c->y = bottom - c->h;
+ c->y = sh - c->h;
if(sticky == TopRight || sticky == BotRight)
c->x = right - c->w;
if(sticky == BotLeft || sticky == BotRight)
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.