diff options
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/patch/include.c b/patch/include.c index 27ff539..8e1d590 100644 --- a/patch/include.c +++ b/patch/include.c @@ -83,6 +83,9 @@ #if BAR_WINTITLEACTIONS_PATCH #include "bar_wintitleactions.c" #endif +#if BAR_LAYOUTMENU_PATCH +#include "bar_layoutmenu.c" +#endif /* Other patches */ #if ASPECTRESIZE_PATCH @@ -328,4 +331,4 @@ #endif #if TILE_LAYOUT #include "layout_tile.c" -#endif
\ No newline at end of file +#endif |
