X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=appconfig.h;h=6a372c80729aecab73df13fdb546c1c7c018fdd0;hb=6b2099c56772961182353617a8d4b839f6a1a6db;hp=0e56aa6cf89e4ad24c2260db1e58918c56793f74;hpb=6f5fad256699c77b57fcfb1d8a08fb2c5b074efd;p=bertos.git 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 */