aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe <[email protected]>2008-03-13 13:01:42 +0000
committerAnselm R Garbe <[email protected]>2008-03-13 13:01:42 +0000
commit69439715c09ac36fe94f3cb7b1ed87149fc5ecff (patch)
tree16508c27e0250556dd34c649eb6bbfd176617cbd /dwm.c
parentadded a new comment (diff)
downloadseiwm-69439715c09ac36fe94f3cb7b1ed87149fc5ecff.tar.xz
seiwm-69439715c09ac36fe94f3cb7b1ed87149fc5ecff.zip
minor bugfix
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 6d3cf80..0071379 100644
--- 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;