add tag type list switcher to media library

This commit is contained in:
unK
2008-10-04 20:20:21 +02:00
parent d5bdec41f7
commit 109f49430e
5 changed files with 56 additions and 21 deletions

View File

@@ -90,6 +90,7 @@ struct ncmpcpp_keys
int ToggleAutoCenter[2];
int TogglePlaylistDisplayMode[2];
int GoToParentDir[2];
int SwitchTagTypeList[2];
int Quit[2];
};
@@ -158,6 +159,7 @@ void ReadKeys(ncmpcpp_keys &);
void ReadConfiguration(ncmpcpp_config &);
string IntoStr(Color);
mpd_TagItems IntoTagItem(char);
string GetLineValue(const string &, char = '"', char = '"');
#endif