Adding tagpreview patch (#271)
This commit is contained in:
committed by
GitHub
parent
20692bea01
commit
5f7df0b0dc
@ -1,6 +1,7 @@
|
||||
/* Bar functionality */
|
||||
#include "bar_indicators.h"
|
||||
#include "bar_tagicons.h"
|
||||
#include "bar.h"
|
||||
|
||||
#if BAR_ALPHA_PATCH
|
||||
#include "bar_alpha.h"
|
||||
@ -59,6 +60,9 @@
|
||||
#if BAR_TAGLABELS_PATCH
|
||||
#include "bar_taglabels.h"
|
||||
#endif
|
||||
#if BAR_TAGPREVIEW_PATCH
|
||||
#include "bar_tagpreview.h"
|
||||
#endif
|
||||
#if BAR_TAGGRID_PATCH
|
||||
#include "bar_taggrid.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user