diff options
| author | bakkeby <[email protected]> | 2020-09-07 17:48:58 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-07 17:48:58 +0200 |
| commit | 4379517c25b136f4628c436254a54852542ebadf (patch) | |
| tree | 8513e13abffb2185dc2d6ae4e48063a7d9a180e1 /patch/include.c | |
| parent | 260bd11a53d35a63fc722bb64cd417cc942c1858 (diff) | |
| download | dwm-flexipatch-4379517c25b136f4628c436254a54852542ebadf.tar.gz dwm-flexipatch-4379517c25b136f4628c436254a54852542ebadf.zip | |
Adding IPC v1.5.5 patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index e13348e..66eba15 100644 --- a/patch/include.c +++ b/patch/include.c @@ -138,6 +138,15 @@ #if INPLACEROTATE_PATCH #include "inplacerotate.c" #endif +#if IPC_PATCH +#include "ipc.c" +#ifdef VERSION +#include "ipc/IPCClient.c" +#include "ipc/yajl_dumps.c" +#include "ipc/ipc.c" +#include "ipc/util.c" +#endif +#endif // IPC_PATCH #if INSETS_PATCH #include "insets.c" #endif |
