From 5d585f4b9be0c3a5c6e669133ad0d9a01f8ffb62 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Mon, 19 Oct 2009 21:19:30 +0000 Subject: Extract usb_screen logic out of screens.c into apps/gui/usb_screen.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23273 a1c6a512-1295-4272-9138-f99709370657 --- docs/PLUGIN_API | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API index 0498c0f2f3..a81bfed875 100644 --- a/docs/PLUGIN_API +++ b/docs/PLUGIN_API @@ -417,7 +417,7 @@ Kernel time". This function is the entire foundation that our "cooperative multitasking" is based on. Use it. - void usb_screen(void); + void gui_usb_screen_run(void); Show the usb connection screen. @@ -427,7 +427,7 @@ Kernel int default_event_handler(int event); - If event == SYS_USB_CONNECTED, call usb_screen and return + If event == SYS_USB_CONNECTED, call gui_usb_screen_run and return SYS_USB_CONNECTED. Else do nothing and return 0. int create_thread(void* function, void* stack, int stack_size, -- cgit v1.2.3