From b1b8bd4dd159e90f9e197c8870953da079162639 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 24 Sep 2002 17:22:12 +0000 Subject: Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. typedef Menu replaced with a bool. All code now calls usb_screen() for usb handling. Nearly all code now deals with USB connect/disconnect properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2401 a1c6a512-1295-4272-9138-f99709370657 --- apps/demo_menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/demo_menu.h') diff --git a/apps/demo_menu.h b/apps/demo_menu.h index 13c315dd82..dba057f4eb 100644 --- a/apps/demo_menu.h +++ b/apps/demo_menu.h @@ -19,7 +19,7 @@ #ifndef _DEMOS_MENU_H #define _DEMOS_MENU_H -Menu demo_menu(void); +bool demo_menu(void); #endif -- cgit