diff options
| author | bakkeby <[email protected]> | 2019-09-12 00:48:29 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-12 00:48:29 +0200 |
| commit | 9e17c55d959a1936eeae4e7cb43d30236f5bea61 (patch) | |
| tree | ec72d684de79beb9192fb36e9068d1b74d6e8994 /patch/include.c | |
| parent | 706e06be438ec9e20e1ebcfcfbb0ff00bc2d2cc1 (diff) | |
| download | dwm-flexipatch-9e17c55d959a1936eeae4e7cb43d30236f5bea61.tar.gz dwm-flexipatch-9e17c55d959a1936eeae4e7cb43d30236f5bea61.zip | |
Adding ewmhtags 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 1ddc897..809a792 100644 --- a/patch/include.c +++ b/patch/include.c @@ -32,6 +32,10 @@ #include "cyclelayouts.c" #endif +#if EWMHTAGS_PATCH +#include "ewmhtags.c" +#endif + #if PERTAG_PATCH #include "pertag.c" #endif |
