summaryrefslogtreecommitdiff
path: root/apps/action.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-01-02 01:29:13 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-01-02 01:29:13 +0000
commit9296126417be3be3de2f9a8300eb35a042790c74 (patch)
treeffeb77af3ff016c9d908e0551d43a901b12eff9d /apps/action.c
parentaec45210ea624a071bcda6c0db535e5c37df1375 (diff)
downloadrockbox-9296126417be3be3de2f9a8300eb35a042790c74.tar.gz
rockbox-9296126417be3be3de2f9a8300eb35a042790c74.zip
More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19635 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.c')
-rw-r--r--apps/action.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/action.c b/apps/action.c
index aad5348e48..c2a6e47ebe 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -105,6 +105,9 @@ static inline int get_next_context(const struct button_mapping *items, int i)
105 TIMEOUT_BLOCK to wait for a button press 105 TIMEOUT_BLOCK to wait for a button press
106 Any number >0 to wait that many ticks for a press 106 Any number >0 to wait that many ticks for a press
107 107
108 This function will likely return SYS_FOURHERTZ which should be passed to the
109 default_event_handler(). If this doesnt happen parts of the GUI may not be
110 redrawn correctly
108 */ 111 */
109static int get_action_worker(int context, int timeout, 112static int get_action_worker(int context, int timeout,
110 const struct button_mapping* (*get_context_map)(int) ) 113 const struct button_mapping* (*get_context_map)(int) )