# HG changeset patch # User Anselm R Garbe # Date 1205413302 0 # Node ID 9e633f87c9c03fa5036e7836b8323aef6b02659a # Parent db3b21ba52e80bb292cf6c85667bf3a74375afaf minor bugfix diff -r db3b21ba52e8 -r 9e633f87c9c0 dwm.c --- a/dwm.c Thu Mar 13 12:47:41 2008 +0000 +++ b/dwm.c Thu Mar 13 13:01:42 2008 +0000 @@ -1407,7 +1407,7 @@ mh = wh; /* tile area */ - tx = wx; + tx = mx + mw; ty = wy; tw = ww - mw; th = wh;