From f55a67b3f882641abe5a9b14b045d7ce71964af7 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Sat, 5 Jun 2004 11:21:43 +0000 Subject: Changed directory layout (for future use of gettext) git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1342 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- colors.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 colors.h (limited to 'colors.h') diff --git a/colors.h b/colors.h deleted file mode 100644 index a66d693cc..000000000 --- a/colors.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef COLORS_H -#define COLORS_H - -#define COLOR_TITLE 1 -#define COLOR_TITLE_BOLD 2 -#define COLOR_LINE 3 -#define COLOR_LINE_BOLD 4 -#define COLOR_LIST 5 -#define COLOR_LIST_BOLD 6 -#define COLOR_PROGRESSBAR 7 -#define COLOR_STATUS 8 -#define COLOR_STATUS_BOLD 9 -#define COLOR_STATUS_TIME 10 -#define COLOR_STATUS_ALERT 11 - -short colors_str2color(char *str); - -int colors_assign(char *name, char *value); -int colors_define(char *name, short r, short g, short b); -int colors_start(void); -int colors_use(WINDOW *w, int id); - - -#endif /* COLORS_H */ - - - -- cgit v1.2.3