Code

screen_lyrics: optionally show the plugin used
[ncmpc.git] / src / colors.h
index d317760f23c421330c6750992b848eabeeff7224..f10cb5133e9a6235a0fce1455482b07abbb5fb7f 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 The Music Player Daemon Project
+ * (c) 2004-2010 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  
  * This program is free software; you can redistribute it and/or modify
@@ -42,10 +42,11 @@ enum color {
        COLOR_STATUS_ALERT,
        COLOR_DIRECTORY,
        COLOR_PLAYLIST,
+       COLOR_BACKGROUND,
        COLOR_END
 };
 
-short colors_str2color(const char *str);
+int colors_str2color(const char *str);
 
 #ifdef ENABLE_COLORS
 int colors_assign(const char *name, const char *value);