Move menu to gui/.
[bertos.git] / appconfig.h
index 0e56aa6cf89e4ad24c2260db1e58918c56793f74..6a372c80729aecab73df13fdb546c1c7c018fdd0 100755 (executable)
@@ -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.
  *#*
 /// Enable button bar behind menus
 #define CONFIG_MENU_MENUBAR  0
 
+/// Enable smooth scrolling in menus
+#define CONFIG_MENU_SMOOTH  1
+
 #endif /* CONFIG_COMMON_H */