forked from len0rd/rockbox
The splash() function's second argument (keymask) is now removed, as it
was not used by any code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4201 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fe706d2754
commit
1afa395c2f
18 changed files with 95 additions and 100 deletions
|
@ -173,7 +173,7 @@ struct plugin_api {
|
|||
/* misc */
|
||||
void (*srand)(unsigned int seed);
|
||||
int (*rand)(void);
|
||||
void (*splash)(int ticks, int keymask, bool center, char *fmt, ...);
|
||||
void (*splash)(int ticks, bool center, char *fmt, ...);
|
||||
void (*qsort)(void *base, size_t nmemb, size_t size,
|
||||
int(*compar)(const void *, const void *));
|
||||
int (*kbd_input)(char* buffer, int buflen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue