From fdfc88f38ba4bf318eb09669c95bb2b7947e06da Mon Sep 17 00:00:00 2001 From: Fred Bauer Date: Sun, 20 Nov 2011 15:41:17 +0000 Subject: 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 --- apps/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.h') 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 unsigned char icon_file[MAX_FILENAME+1]; unsigned char viewers_icon_file[MAX_FILENAME+1]; unsigned char font_file[MAX_FILENAME+1]; /* last font */ - int glyphs; + int glyphs_to_cache; /* default font allocation size in glyphs */ #ifdef HAVE_REMOTE_LCD unsigned char remote_font_file[MAX_FILENAME+1]; /* last font */ #endif -- cgit v1.2.3