pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f55af4
)
some minor fixes
author
anselm@anselm1
<unknown>
Mon, 19 May 2008 19:29:57 +0000
(20:29 +0100)
committer
anselm@anselm1
<unknown>
Mon, 19 May 2008 19:29:57 +0000
(20:29 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
5095b62
..
2f1dbf8
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1671,9
+1671,9
@@
updategeom(void) {
wh = showbar ? sh - bh : sh;
}
- /* bar geometry*/
+ /* bar geometry
*/
bx = wx;
- by = showbar ? (topbar ?
0
: wy + wh) : -bh;
+ by = showbar ? (topbar ?
wy - bh
: wy + wh) : -bh;
bw = ww;
/* update layout geometries */