1) Implement generic touchscreen detection library for the plugins

2) Adapt minesweeper, pegbox & calculator to it
3) Simplify gui/bitmap/list.c


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17695 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-06-06 18:29:46 +00:00
parent f9bf137b67
commit e1753de41a
7 changed files with 382 additions and 12 deletions

View file

@ -39,3 +39,6 @@ bmp_smooth_scale.c
#endif
pluginlib_actions.c
helper.c
#ifdef HAVE_TOUCHPAD
touchscreen.c
#endif