added the layoutmenu patch

This commit is contained in:
matt
2021-01-02 01:26:21 +01:00
parent 44ea8f5cce
commit 5fd83cb76b
5 changed files with 28 additions and 3 deletions

View File

@ -80,6 +80,9 @@
#if BAR_WINTITLEACTIONS_PATCH
#include "bar_wintitleactions.h"
#endif
#if BAR_LAYOUTMENU_PATCH
#include "bar_layoutmenu.h"
#endif
/* Other patches */
#if ASPECTRESIZE_PATCH
@ -318,4 +321,4 @@
#endif
#if TILE_LAYOUT
#include "layout_tile.h"
#endif
#endif