From c4eea8f11fa2386cafb20e22fe5451106b5ade52 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Thu, 18 Feb 2010 15:10:31 +0000 Subject: FS#10535: bmp viewer plugin. * changed bmp.c so that it loads bitmap larger than LCD correctly. * removed bmp entry form inbuilt_filetypes in filetypes.c so that bmp files will be opened with bmp viewer when selected in browser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24754 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/imageviewer/bmp/bmp_ui.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apps/plugins/imageviewer/bmp/bmp_ui.c (limited to 'apps/plugins/imageviewer/bmp/bmp_ui.c') diff --git a/apps/plugins/imageviewer/bmp/bmp_ui.c b/apps/plugins/imageviewer/bmp/bmp_ui.c new file mode 100644 index 0000000..8ff3e0c --- /dev/null +++ b/apps/plugins/imageviewer/bmp/bmp_ui.c @@ -0,0 +1,5 @@ +#define BMP_VIEWER +#define MENU_TITLE "BMP Menu" +#define UNSCALED_IS_AVAILABLE 1 + +#include "../imageviewer.c" -- cgit v1.1