Commit 867ba36

garbeam@gmail.com <unknown>
2011-07-01 12:56:53
applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0
1 parent e83f36d
Changed files (1)
dwm.c
@@ -442,7 +442,7 @@ buttonpress(XEvent *e) {
 		}
 		else if(ev->x < x + blw)
 			click = ClkLtSymbol;
-		else if(ev->x > selmon->wx + selmon->ww - TEXTW(stext))
+		else if(ev->x > selmon->ww - TEXTW(stext))
 			click = ClkStatusText;
 		else
 			click = ClkWinTitle;