diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-09-17 22:20:05 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-09-17 22:20:05 +0000 |
| commit | b0a7de6b7d8459b2bc2f4dd6e7c81ebaade13c5c (patch) | |
| tree | cd06fa97a5776149f9a016b931f9a107c94ce818 /apps/plugin.c | |
| parent | 6b97c1793fd8a051eec1ae53641873e95aabd43c (diff) | |
| download | rockbox-b0a7de6b7d8459b2bc2f4dd6e7c81ebaade13c5c.zip rockbox-b0a7de6b7d8459b2bc2f4dd6e7c81ebaade13c5c.tar.gz rockbox-b0a7de6b7d8459b2bc2f4dd6e7c81ebaade13c5c.tar.bz2 rockbox-b0a7de6b7d8459b2bc2f4dd6e7c81ebaade13c5c.tar.xz | |
Solitaire: * Button assignments: Better layout for ipods, allowing one-handed operation during the game. More logical shortcut buttons for Ondios. Slight changes for other targets, including working button repeat for up/down when there is no dual use. * Help text showing all possible buttons instead of forcing the user to try and find out. The text adapts to LCD resolution and selected font.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10985 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 9ffb980..04a4d1c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -466,6 +466,8 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ + + strtok_r, }; int plugin_load(const char* plugin, void* parameter) |