diff options
| author | bakkeby <[email protected]> | 2019-09-14 23:28:04 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-14 23:28:04 +0200 |
| commit | 5501f81b9cbc154a2e85fc82cc9eac913b49d8d8 (patch) | |
| tree | de4beaf1f1c9ed0b2f10c4a49d3b92086d86b10a /patch/include.c | |
| parent | 39e161e54519c8c28d479d69f5a1be88b59e3dac (diff) | |
| download | dwm-flexipatch-5501f81b9cbc154a2e85fc82cc9eac913b49d8d8.tar.gz dwm-flexipatch-5501f81b9cbc154a2e85fc82cc9eac913b49d8d8.zip | |
Adding setborderpx patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index 982fcfe..61ac167 100644 --- a/patch/include.c +++ b/patch/include.c @@ -48,6 +48,10 @@ #include "rotatestack.c" #endif +#if SETBORDERPX_PATCH +#include "setborderpx.c" +#endif + #if SYSTRAY_PATCH #include "systray.c" #endif |
