# HG changeset patch # User Anselm R Garbe # Date 1211206156 -3600 # Node ID b24cafa2cdf90108b2faa7c9d458293cc55dd43e # Parent 840fd59e3141c21693d44bde9c4e7e566bcdf2bc fix diff -r 840fd59e3141 -r b24cafa2cdf9 dwm.c --- a/dwm.c Mon May 19 15:05:46 2008 +0100 +++ b/dwm.c Mon May 19 15:09:16 2008 +0100 @@ -1590,7 +1590,7 @@ if(XineramaIsActive(dpy)) { info = XineramaQueryScreens(dpy, &i); wx = info[0].x_org; - wy = showbar && topbar ? info[0].y_org + info[0].height + bh : info[0].y_org; + 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);