diff options
| author | bakkeby <[email protected]> | 2019-09-15 22:45:22 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-15 22:45:22 +0200 |
| commit | f8f67508d811e3ad92f159d5101e2da89e269e37 (patch) | |
| tree | 59865bc5db00d57f9d0e09bae4625e8b0b8b2dc5 /patch/include.c | |
| parent | 30e0a3b5e42185836bd4cf4d591351dacc6b723c (diff) | |
| download | dwm-flexipatch-f8f67508d811e3ad92f159d5101e2da89e269e37.tar.gz dwm-flexipatch-f8f67508d811e3ad92f159d5101e2da89e269e37.zip | |
Adding xrdb 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 cc528bc..4597d51 100644 --- a/patch/include.c +++ b/patch/include.c @@ -90,6 +90,10 @@ #include "zoomswap.c" #endif +#if XRDB_PATCH +#include "xrdb.c" +#endif + /* Layouts */ #if BSTACK_LAYOUT |
