X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcolors.h;h=f10cb5133e9a6235a0fce1455482b07abbb5fb7f;hb=9db35e515b92dc21e241d536f8a3798e609f97ba;hp=d317760f23c421330c6750992b848eabeeff7224;hpb=2cf7354d41c1f29ae6f7ad1625ea9925006c480e;p=ncmpc.git diff --git a/src/colors.h b/src/colors.h index d317760..f10cb51 100644 --- a/src/colors.h +++ b/src/colors.h @@ -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);