diff options
| author | bakkeby <[email protected]> | 2020-05-03 16:09:05 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-05-03 16:09:05 +0200 |
| commit | 75d5f1e0c5140bb97ebb77db66462d7a86da9450 (patch) | |
| tree | bd0dc2ef67b543402b885df8115a266755b4c3f4 /patch/include.h | |
| parent | 657988fbbf2825e303dd0fe107a142a89933a897 (diff) | |
| download | dwm-flexipatch-75d5f1e0c5140bb97ebb77db66462d7a86da9450.tar.gz dwm-flexipatch-75d5f1e0c5140bb97ebb77db66462d7a86da9450.zip | |
Adding shiftview patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 2dad7f1..aa40071 100644 --- a/patch/include.h +++ b/patch/include.h @@ -108,6 +108,9 @@ #if SHIFTVIEW_PATCH #include "shiftview.h" #endif +#if SHIFTVIEW_CLIENTS_PATCH +#include "shiftviewclients.h" +#endif #if SORTSCREENS_PATCH #ifdef XINERAMA #include "sortscreens.h" |
