aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_browser.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-07 13:27:31 +0100
committerMax Kellermann <max@duempel.org>2008-11-07 13:27:31 +0100
commit54674384020f5d8019ca71f6c283d18ba32d5171 (patch)
tree8684aa7a9ccd18c808ad265e7c7bb9e283833cdc /src/screen_browser.h
parent9e8806dadee58efe36151a6bca22d65487ed02ee (diff)
downloadmpd-54674384020f5d8019ca71f6c283d18ba32d5171.tar.gz
mpd-54674384020f5d8019ca71f6c283d18ba32d5171.tar.xz
mpd-54674384020f5d8019ca71f6c283d18ba32d5171.zip
disable more features with --enable-mini
Disable lots of smaller features which don't have a separate configure option: - xterm title - screen list - horizontal scrolling - MPD version number check - key binding checks - character set conversion - bitrate display - highlighting in the file browser - completion / history
Diffstat (limited to '')
-rw-r--r--src/screen_browser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen_browser.h b/src/screen_browser.h
index 802886aa0..57564f1c9 100644
--- a/src/screen_browser.h
+++ b/src/screen_browser.h
@@ -35,6 +35,8 @@ struct screen_browser {
mpdclient_filelist_t *filelist;
};
+#ifndef NCMPC_MINI
+
void
sync_highlights(mpdclient_t *c, mpdclient_filelist_t *fl);
@@ -42,6 +44,8 @@ void
browser_playlist_changed(struct screen_browser *browser, mpdclient_t *c,
int event, gpointer data);
+#endif
+
const char *browser_lw_callback(unsigned index, int *highlight, void *filelist);
int