summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-17 22:41:22 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-17 22:41:22 +0000
commit567d83e6bef4938a4fee5a8e3e6fe7f87e62d753 (patch)
tree54219cdf6bf416b0956f27fd7996525dd6d282da /apps/settings.h
parent13c28e8cbb1e13e044cd68be879a85f1f6b75021 (diff)
downloadrockbox-567d83e6bef4938a4fee5a8e3e6fe7f87e62d753.tar.gz
rockbox-567d83e6bef4938a4fee5a8e3e6fe7f87e62d753.zip
FS#10534: Make scrollbar width variable through a setting (useful for touchscreen targets)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22387 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 998fdc1cd9..2167e48261 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -769,6 +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#endif 771#endif
772 int scrollbar_width;
772}; 773};
773 774
774/** global variables **/ 775/** global variables **/