From 0dc52d5c362a6f416ca57f0afdbac49dc8824af2 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 12 Oct 2004 22:45:01 +0000 Subject: Extended default_event_handler() that calls a callback function prior to actually handling the event. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5263 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index 9588886..e312248 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -40,6 +40,7 @@ void screen_dump(void); bool settings_parseline(char* line, char** name, char** value); bool clean_shutdown(void); +int default_event_handler_ex(int event, void (*callback)(void *), void *parameter); int default_event_handler(int event); #endif -- cgit v1.1