diff options
| author | bakkeby <[email protected]> | 2020-07-18 18:59:03 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-07-18 18:59:03 +0200 |
| commit | 250fbbd2c77a36b1b7d22c252fb781cbab09ca79 (patch) | |
| tree | b3217b5092b0337ed66fe1b16297a1145d5adc01 /patch/include.h | |
| parent | 346d7f6b1dee89c7700dc43a9476367e6e5ff0dc (diff) | |
| download | dwm-flexipatch-250fbbd2c77a36b1b7d22c252fb781cbab09ca79.tar.gz dwm-flexipatch-250fbbd2c77a36b1b7d22c252fb781cbab09ca79.zip | |
holdbar: changes for new bar
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patch/include.h b/patch/include.h index 6e08d0e..e44bfbe 100644 --- a/patch/include.h +++ b/patch/include.h @@ -11,6 +11,9 @@ #if BAR_EWMHTAGS_PATCH #include "bar_ewmhtags.h" #endif +#if COMBO_PATCH +#include "combo.h" +#endif #if BAR_HOLDBAR_PATCH #include "bar_holdbar.h" #endif @@ -70,9 +73,6 @@ #if CMDCUSTOMIZE_PATCH #include "cmdcustomize.h" #endif -#if COMBO_PATCH -#include "combo.h" -#endif #if CYCLELAYOUTS_PATCH #include "cyclelayouts.h" #endif |
