make feature 'display separators between albums' work in all screens
This commit is contained in:
@@ -24,9 +24,16 @@
|
||||
#include "ncmpcpp.h"
|
||||
#include "menu.h"
|
||||
#include "mpdpp.h"
|
||||
#include "screen.h"
|
||||
|
||||
namespace Display
|
||||
{
|
||||
struct ScreenFormat
|
||||
{
|
||||
BasicScreen *screen;
|
||||
std::string *format;
|
||||
};
|
||||
|
||||
std::string Columns();
|
||||
|
||||
template <typename T> void Generic(const T &t, void *, Menu<T> *menu)
|
||||
|
||||
Reference in New Issue
Block a user