| tfix - dwm - [fork] customized build of dwm, the dynamic window manager | |
| git clone git://src.adamsgaard.dk/dwm | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 499315c22ceda5370ba51026b2e958cbd4ad4608 | |
| parent f22d047d4139ef889e95aabd0103e11357193e5a | |
| Author: Anselm R Garbe <[email protected]> | |
| Date: Mon, 19 May 2008 15:09:16 +0100 | |
| fix | |
| Diffstat: | |
| M dwm.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/dwm.c b/dwm.c | |
| t@@ -1590,7 +1590,7 @@ updategeom(void) { | |
| if(XineramaIsActive(dpy)) { | |
| info = XineramaQueryScreens(dpy, &i); | |
| wx = info[0].x_org; | |
| - wy = showbar && topbar ? info[0].y_org + info[0].height + bh :… | |
| + wy = showbar && topbar ? info[0].y_org + bh : info[0].y_org; | |
| ww = info[0].width; | |
| wh = showbar ? info[0].height - bh : info[0].height; | |
| XFree(info); |