From 68ffd8fd2f565927e298f9e29abbee23274ec258 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 8 May 2005 19:39:07 +0000 Subject: Databox: Added crude print() function, and enabled building on all targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6442 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/databox/databox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/databox/databox.h') diff --git a/apps/plugins/databox/databox.h b/apps/plugins/databox/databox.h index ffbaf1d35d..49f5891fb9 100644 --- a/apps/plugins/databox/databox.h +++ b/apps/plugins/databox/databox.h @@ -29,8 +29,10 @@ extern struct plugin_api* rb; struct print { +#ifdef HAVE_LCD_BITMAP struct font *fontfixed; int font_w,font_h; +#endif int line; int position; }; -- cgit v1.2.3