Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixed issue reported by Christian Garbs - dwm - [fork] customized build of dwm…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 5a9af492ae9fc6d28dc80bf3599d7eebda9136dd
parent 32563abe86100150645c285c9a769257836bd86d
Author: Anselm R. Garbe <[email protected]>
Date: Thu, 24 May 2007 11:35:32 +0200
fixed issue reported by Christian Garbs
Diffstat:
M event.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/event.c b/event.c
t@@ -218,11 +218,10 @@ configurenotify(XEvent *e) {
if (ev->window == root && (ev->width != sw || ev->height != sh)) {
sw = ev->width;
sh = ev->height;
- wah = sh - bh;
- waw = sw;
XFreePixmap(dpy, dc.drawable);
dc.drawable = XCreatePixmap(dpy, root, sw, bh, DefaultDepth(dp…
XResizeWindow(dpy, barwin, sw, bh);
+ updatebarpos();
lt->arrange();
}
}
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.