From 9296126417be3be3de2f9a8300eb35a042790c74 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 2 Jan 2009 01:29:13 +0000 Subject: More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19635 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/action.c') 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) TIMEOUT_BLOCK to wait for a button press Any number >0 to wait that many ticks for a press + This function will likely return SYS_FOURHERTZ which should be passed to the + default_event_handler(). If this doesnt happen parts of the GUI may not be + redrawn correctly */ static int get_action_worker(int context, int timeout, const struct button_mapping* (*get_context_map)(int) ) -- cgit v1.2.3