summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-07-18 18:59:03 +0200
committerbakkeby <[email protected]>2020-07-18 18:59:03 +0200
commit250fbbd2c77a36b1b7d22c252fb781cbab09ca79 (patch)
treeb3217b5092b0337ed66fe1b16297a1145d5adc01 /patch/include.h
parent346d7f6b1dee89c7700dc43a9476367e6e5ff0dc (diff)
downloaddwm-flexipatch-250fbbd2c77a36b1b7d22c252fb781cbab09ca79.tar.gz
dwm-flexipatch-250fbbd2c77a36b1b7d22c252fb781cbab09ca79.zip
holdbar: changes for new bar
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h6
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