diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-12-16 16:17:05 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-12-16 16:17:05 +0000 |
commit | 477059a07c5c54ece5ab038f46fa5549bd2035ab (patch) | |
tree | 989e26be7d6df093ec12849903032d49a2b428e2 /dwm.c | |
parent | d29f085f82027c04973b8046f03f77961f0d86f7 (diff) |
Updated DWM with upstream repo
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -531,7 +531,7 @@ buttonpress(XEvent *e) arg.ui = 1 << i; } else if (ev->x < x + blw) click = ClkLtSymbol; - else if (ev->x > selmon->ww - TEXTW(stext)) + else if (ev->x > selmon->ww - (int)TEXTW(stext)) click = ClkStatusText; else click = ClkWinTitle; |