mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 07:32:35 -05:00
long policy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5846 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5804664fe7
commit
74d55eeb1c
1 changed files with 2 additions and 2 deletions
|
|
@ -216,7 +216,7 @@ void button_event(int key, bool pressed)
|
||||||
|
|
||||||
/* Again copied from real button.c... */
|
/* Again copied from real button.c... */
|
||||||
|
|
||||||
int button_get(bool block)
|
long button_get(bool block)
|
||||||
{
|
{
|
||||||
struct event ev;
|
struct event ev;
|
||||||
|
|
||||||
|
|
@ -227,7 +227,7 @@ int button_get(bool block)
|
||||||
return BUTTON_NONE;
|
return BUTTON_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
int button_get_w_tmo(int ticks)
|
long button_get_w_tmo(int ticks)
|
||||||
{
|
{
|
||||||
struct event ev;
|
struct event ev;
|
||||||
queue_wait_w_tmo(&button_queue, &ev, ticks);
|
queue_wait_w_tmo(&button_queue, &ev, ticks);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue