summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-07-05 22:27:54 +0000
committerChristi Scarborough <christi@coraline.org>2005-07-05 22:27:54 +0000
commitbe7894509feb701630efa4a1a18a5af621068bac (patch)
tree19d18fd09ac3de9df25473091c423245668a40f8 /apps/settings.h
parent5081182fe13f1158d41138b79985dff8b0632ca1 (diff)
downloadrockbox-be7894509feb701630efa4a1a18a5af621068bac.tar.gz
rockbox-be7894509feb701630efa4a1a18a5af621068bac.zip
(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7034 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 46f410a2f4..35a848a208 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -312,7 +312,7 @@ struct user_settings
312 int sort_dir; /* 0=alpha, 1=date (old first), 2=date (new first) */ 312 int sort_dir; /* 0=alpha, 1=date (old first), 2=date (new first) */
313 313
314#ifdef HAVE_REMOTE_LCD 314#ifdef HAVE_REMOTE_LCD
315 /* remote lcd */ 315 /* remote lcd */
316 int remote_contrast; /* lcd contrast: 0-63 0=low 63=high */ 316 int remote_contrast; /* lcd contrast: 0-63 0=low 63=high */
317 bool remote_invert; /* invert display */ 317 bool remote_invert; /* invert display */
318 bool remote_flip_display; /* turn display (and button layout) by 180 degrees */ 318 bool remote_flip_display; /* turn display (and button layout) by 180 degrees */