diff options
| author | bakkeby <[email protected]> | 2021-01-22 11:28:55 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-01-22 11:28:55 +0100 |
| commit | 0f284023050cca4a66479e36bd2fa37a1798bf83 (patch) | |
| tree | a78acc3805c9bb1938a537a86a9cf63861b78d2a /patch/include.c | |
| parent | 49839cf6f14919470fee1be7033df1786afb055e (diff) | |
| download | dwm-flexipatch-0f284023050cca4a66479e36bd2fa37a1798bf83.tar.gz dwm-flexipatch-0f284023050cca4a66479e36bd2fa37a1798bf83.zip | |
Adding placemouse patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index 8e1d590..49590a7 100644 --- a/patch/include.c +++ b/patch/include.c @@ -183,6 +183,9 @@ #if PERTAG_PATCH #include "pertag.c" #endif +#if PLACEMOUSE_PATCH +#include "placemouse.c" +#endif #if PUSH_NO_MASTER_PATCH #include "push_no_master.c" #elif PUSH_PATCH |
