pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e98f4
)
minor bugfix
author
Anselm R Garbe
<garbeam@gmail.com>
Thu, 13 Mar 2008 13:01:42 +0000
(13:01 +0000)
committer
Anselm R Garbe
<garbeam@gmail.com>
Thu, 13 Mar 2008 13:01:42 +0000
(13:01 +0000)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
6d3cf80
..
0071379
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1407,7
+1407,7
@@
setdefaultgeoms(void) {
mh = wh;
/* tile area */
- tx =
wx
;
+ tx =
mx + mw
;
ty = wy;
tw = ww - mw;
th = wh;