pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f22d047
)
fix
author
Anselm R Garbe
<garbeam@gmail.com>
Mon, 19 May 2008 14:09:16 +0000
(15:09 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Mon, 19 May 2008 14:09:16 +0000
(15:09 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
4a8c2a9
..
507084c
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-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 : 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);