summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorFred Bauer <fred.w.bauer@gmail.com>2011-11-20 15:41:17 +0000
committerFred Bauer <fred.w.bauer@gmail.com>2011-11-20 15:41:17 +0000
commitfdfc88f38ba4bf318eb09669c95bb2b7947e06da (patch)
tree84b10255acfce6e5002cf2551e2726e0163551a6 /apps/settings.h
parentea7a89606cfaffb2ae2c843ea9868bd8c8dd16c9 (diff)
downloadrockbox-fdfc88f38ba4bf318eb09669c95bb2b7947e06da.tar.gz
rockbox-fdfc88f38ba4bf318eb09669c95bb2b7947e06da.zip
Rename global_settings member glyphs to glyphs_to_cache and add descriptive comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31032 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 6608df6111..34d65416dd 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -672,7 +672,7 @@ struct user_settings
672 unsigned char icon_file[MAX_FILENAME+1]; 672 unsigned char icon_file[MAX_FILENAME+1];
673 unsigned char viewers_icon_file[MAX_FILENAME+1]; 673 unsigned char viewers_icon_file[MAX_FILENAME+1];
674 unsigned char font_file[MAX_FILENAME+1]; /* last font */ 674 unsigned char font_file[MAX_FILENAME+1]; /* last font */
675 int glyphs; 675 int glyphs_to_cache; /* default font allocation size in glyphs */
676#ifdef HAVE_REMOTE_LCD 676#ifdef HAVE_REMOTE_LCD
677 unsigned char remote_font_file[MAX_FILENAME+1]; /* last font */ 677 unsigned char remote_font_file[MAX_FILENAME+1]; /* last font */
678#endif 678#endif