1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jens Arnold 2005-05-08 19:39:07 +00:00
parent b0b12e685e
commit 68ffd8fd2f
3 changed files with 40 additions and 6 deletions

View file

@ -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;
};