1) Implement generic touchscreen detection library for the plugins
commit4dd2b784e4b6cec9b9edd70e2aa0650dc1968745
authormcuelenaere <mcuelenaere@a1c6a512-1295-4272-9138-f99709370657>
Fri, 6 Jun 2008 18:29:46 +0000 (6 18:29 +0000)
committermcuelenaere <mcuelenaere@a1c6a512-1295-4272-9138-f99709370657>
Fri, 6 Jun 2008 18:29:46 +0000 (6 18:29 +0000)
tree82d98883cabd5fc4e4ea40398a0325d87ace27e8
parent6f04a484ac5d908303c2b16da29d6df362dd531a
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
apps/gui/bitmap/list.c
apps/plugins/calculator.c
apps/plugins/lib/SOURCES
apps/plugins/lib/touchscreen.c [new file with mode: 0644]
apps/plugins/lib/touchscreen.h [new file with mode: 0644]
apps/plugins/minesweeper.c
apps/plugins/pegbox.c