From 567d83e6bef4938a4fee5a8e3e6fe7f87e62d753 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 17 Aug 2009 22:41:22 +0000 Subject: 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 --- apps/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings.h') 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 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */ #endif #endif + int scrollbar_width; }; /** global variables **/ -- cgit v1.2.3