forked from len0rd/rockbox
Get checkwps working again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19880 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d4b99fdfe0
commit
36c71a60ca
7 changed files with 66 additions and 21 deletions
|
|
@ -68,11 +68,11 @@ int button_apply_acceleration(const unsigned int data);
|
|||
#define BUTTON_TOUCHSCREEN 0x08000000
|
||||
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
#if !defined(BUTTON_TOPLEFT) || !defined(BUTTON_TOPMIDDLE) \
|
||||
#if (!defined(BUTTON_TOPLEFT) || !defined(BUTTON_TOPMIDDLE) \
|
||||
|| !defined(BUTTON_TOPRIGHT) || !defined(BUTTON_MIDLEFT) \
|
||||
|| !defined(BUTTON_CENTER) || !defined(BUTTON_MIDRIGHT) \
|
||||
|| !defined(BUTTON_BOTTOMLEFT) || !defined(BUTTON_BOTTOMMIDDLE) \
|
||||
|| !defined(BUTTON_BOTTOMRIGHT)
|
||||
|| !defined(BUTTON_BOTTOMRIGHT)) && !defined(__PCTOOL__)
|
||||
#error Touchscreen button mode BUTTON_* defines not set up correctly
|
||||
#endif
|
||||
enum touchscreen_mode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue