applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0

This commit is contained in:
garbeam@gmail.com 2011-07-01 17:56:53 +01:00
parent e83f36db10
commit 867ba36030
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

@ -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;