From 10b92c44b3bac97e01be91409df6e7ccb94ea045 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 12 Mar 2004 10:20:33 +0000 Subject: First step towards context sensitive and configurable menus, by Brent Coutts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4370 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 apps/action.h (limited to 'apps/action.h') diff --git a/apps/action.h b/apps/action.h new file mode 100644 index 0000000000..ef17185df2 --- /dev/null +++ b/apps/action.h @@ -0,0 +1,28 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * + * Copyright (C) 2004 Brent Coutts + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ +#ifndef __ACTION_H__ +#define __ACTION_H__ + +#include "stdbool.h" + +#define CONTEXT_WPS 1 +#define CONTEXT_TREE 2 +#define CONTEXT_RECORD 3 +#define CONTEXT_MAINMENU 4 + +#endif -- cgit v1.2.3