From b4782974fb6cb394c6625da0f42f92e4e3a3b915 Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 11 Apr 2006 00:08:53 +0000 Subject: [PATCH] Add smooth scrolling for menus. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@595 38d2e660-2303-0410-9eaa-f027e97ec537 --- appconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appconfig.h b/appconfig.h index 0e56aa6c..6a372c80 100755 --- a/appconfig.h +++ b/appconfig.h @@ -46,6 +46,9 @@ /*#* *#* $Log$ + *#* Revision 1.11 2006/04/11 00:08:53 bernie + *#* Add smooth scrolling for menus. + *#* *#* Revision 1.10 2006/03/22 09:48:51 bernie *#* Add a few more config options. *#* @@ -206,4 +209,7 @@ /// Enable button bar behind menus #define CONFIG_MENU_MENUBAR 0 +/// Enable smooth scrolling in menus +#define CONFIG_MENU_SMOOTH 1 + #endif /* CONFIG_COMMON_H */ -- 2.25.1