mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
touchscreen: change odd sentinel value for time of last touch
Using tick 0xffff does not make any sense, use -1 instead. Change-Id: Id574eb35418c6713c4fc91ed539aadc42fd29aa5
This commit is contained in:
parent
7e428ad190
commit
bff63a4f90
4 changed files with 8 additions and 8 deletions
|
|
@ -107,7 +107,7 @@ int button_apply_acceleration(const unsigned int data);
|
|||
BUTTON_MULTIMEDIA_FFWD)
|
||||
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
int touchscreen_last_touch(void);
|
||||
long touchscreen_last_touch(void);
|
||||
|
||||
#if (!defined(BUTTON_TOPLEFT) || !defined(BUTTON_TOPMIDDLE) \
|
||||
|| !defined(BUTTON_TOPRIGHT) || !defined(BUTTON_MIDLEFT) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue