diff options
| author | bakkeby <[email protected]> | 2019-09-06 23:25:32 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-06 23:25:32 +0200 |
| commit | 04a7b4de407480089e575b0047d6998ccc001791 (patch) | |
| tree | 02fd846ce5245e81319f13bf80d7264dd324ef59 /patch/include.h | |
| parent | ab6eb606576a6fa966145b2066e7e59e6e7903a0 (diff) | |
| download | dwm-flexipatch-04a7b4de407480089e575b0047d6998ccc001791.tar.gz dwm-flexipatch-04a7b4de407480089e575b0047d6998ccc001791.zip | |
Adding attachabove, attachaside, attachbelow and attachbottom patches
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index a0e7a4b..29785e1 100644 --- a/patch/include.h +++ b/patch/include.h @@ -2,6 +2,10 @@ #include "alpha.h" #endif +#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH +#include "attachx.h" +#endif + #if SYSTRAY_PATCH #include "systray.h" #endif |
