diff options
| author | bakkeby <[email protected]> | 2020-05-28 07:31:00 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-05-28 10:31:10 +0200 |
| commit | 2c9ff7453ab11b5d72c205eb8543400e38b15a60 (patch) | |
| tree | d983988587bdc46a7434fe27752d4d8f2bb20b7c | |
| parent | 66a32a0e48dbacd8c51e513a4a2af881e941e4df (diff) | |
| download | dwm-flexipatch-2c9ff7453ab11b5d72c205eb8543400e38b15a60.tar.gz dwm-flexipatch-2c9ff7453ab11b5d72c205eb8543400e38b15a60.zip | |
dwmblocks and status2d compatibility fix for barpadding patch
| -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 |
