diff options
| author | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-02-07 23:11:20 +0000 |
|---|---|---|
| committer | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-02-07 23:11:20 +0000 |
| commit | 5804664fe709b6ec67e1350b765379d94b87e902 (patch) | |
| tree | d2d3a0e34c6e8c308f78f7ab1534282abf683669 /apps/plugin.h | |
| parent | f997199ff8216a323ac3ca6ccaa180b65e1f86ed (diff) | |
| download | rockbox-5804664fe709b6ec67e1350b765379d94b87e902.zip rockbox-5804664fe709b6ec67e1350b765379d94b87e902.tar.gz rockbox-5804664fe709b6ec67e1350b765379d94b87e902.tar.bz2 rockbox-5804664fe709b6ec67e1350b765379d94b87e902.tar.xz | |
long policy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5845 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index bfd86cc..bd9cd5a 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -159,8 +159,8 @@ struct plugin_api { void (*splash)(int ticks, bool center, const char *fmt, ...); /* button */ - int (*button_get)(bool block); - int (*button_get_w_tmo)(int ticks); + long (*button_get)(bool block); + long (*button_get_w_tmo)(int ticks); int (*button_status)(void); void (*button_clear_queue)(void); |