From: bernie Date: Tue, 11 Apr 2006 00:08:53 +0000 (+0000) Subject: Add smooth scrolling for menus. X-Git-Tag: 1.0.0~646 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b4782974fb6cb394c6625da0f42f92e4e3a3b915;p=bertos.git Add smooth scrolling for menus. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@595 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 */