added the layoutmenu patch
This commit is contained in:
@@ -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
|
||||
#endif
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user