diff options
author | Dave Chapman <dave@dchapman.com> | 2006-03-28 16:04:11 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-03-28 16:04:11 +0000 |
commit | 39876971a84c91748d8e7102acae5a3de5949c9b (patch) | |
tree | a4dc18790383c613f8dd2c603d407759aa6c523f /apps/plugins/doom/rockmacros.h | |
parent | 47f4a458d636a889e955e68f896708f1276febc0 (diff) |
Do not export load_main_backdrop() via the plugin API. Plugins should allocate their own buffer and use lcd_set_backdrop()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9313 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/doom/rockmacros.h')
-rw-r--r-- | apps/plugins/doom/rockmacros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/rockmacros.h b/apps/plugins/doom/rockmacros.h index 6caeb2aa8a..e428331de8 100644 --- a/apps/plugins/doom/rockmacros.h +++ b/apps/plugins/doom/rockmacros.h @@ -89,5 +89,5 @@ inline void* memcpy(void* dst, const void* src, size_t size); //#define SIMPLECHECKS #define NO_PREDEFINED_LUMPS #define TABLES_AS_LUMPS // This frees up alot of space in the plugin buffer -#define FANCY_MENU // This is a call to allow load_main_backdrop to run in doom +//#define FANCY_MENU // This is a call to allow load_main_backdrop to run in doom #endif |