summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-18 22:42:37 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-18 22:42:37 +0000
commitae901c2e5040e70fefc053a9a4c2379f917173ce (patch)
tree7019804aeb18fdaa2634ad51e443c948d443aeec /apps/settings.h
parentbbae89c12e738cd5014385a6331610e7dbf292e9 (diff)
downloadrockbox-ae901c2e5040e70fefc053a9a4c2379f917173ce.tar.gz
rockbox-ae901c2e5040e70fefc053a9a4c2379f917173ce.zip
Scrollbar position: only update it when exiting the menu + FS#10539 by Alexander Levin (change the order of Left/Right)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22414 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 c33b715b95..2f2086ff7e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -769,7 +769,7 @@ struct user_settings
769 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */ 769 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */
770#endif 770#endif
771 int scrollbar_width; 771 int scrollbar_width;
772 bool scrollbar_position; /* true=left false=right */ 772 bool scrollbar_position; /* false=left true=right */
773#endif 773#endif
774 774
775#if CONFIG_CODEC == SWCODEC 775#if CONFIG_CODEC == SWCODEC