diff options
| -rw-r--r-- | dwm.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -737,6 +737,9 @@ buttonpress(XEvent *e) #if STATUSCMD_PATCH && !DWMBLOCKS_PATCH lastbutton = ev->button; #endif // STATUSCMD_PATCH | DWMBLOCKS_PATCH + #if BARPADDING_PATCH + padding -= sp * 2; + #endif // BARPADDING_PATCH #if SYSTRAY_PATCH padding -= getsystraywidth(); #endif // SYSTRAY_PATCH |
