new feature: customizable startup screen

This commit is contained in:
Andrzej Rybczak
2010-02-13 11:55:59 +01:00
parent b01801ea22
commit ad74cfea2e
5 changed files with 22 additions and 1 deletions

View File

@@ -238,6 +238,7 @@ struct ncmpcpp_config
size_t selected_item_suffix_length;
size_t now_playing_suffix_length;
BasicScreen *startup_screen;
std::list<BasicScreen *> screens_seq;
};