From 82f4c60db4f16642c1ee9f461d7eb060c11a49d8 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Sun, 5 Jun 2011 12:36:27 +0000 Subject: Make the histogram code usable for playback as well. Move the recording histogram code to peakmeter, rename it to remove the recording reference, and rename anything referring to it as well. Change the drawing code so there are more options to position them. This may change your histogram settings, so check after upgrading. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29969 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index bed88c82ea..05965b3119 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -438,8 +438,8 @@ struct user_settings int rec_stop_gap; /* index of trig_durations */ int rec_trigger_mode; /* see TRIG_MODE_XXX constants */ int rec_trigger_type; /* what to do when trigger released */ -#ifdef HAVE_RECORDING_HISTOGRAM - int rec_histogram_interval; /* recording peakmeter histogram */ +#ifdef HAVE_HISTOGRAM + int histogram_interval; /* recording peakmeter histogram */ #endif #ifdef HAVE_AGC -- cgit v1.2.3