diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-05-08 19:39:07 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-05-08 19:39:07 +0000 |
| commit | 68ffd8fd2f565927e298f9e29abbee23274ec258 (patch) | |
| tree | 8a5f6c3546249c4c9a3bd4d7ace5fd03d0778de1 /apps/plugins/databox/databox.h | |
| parent | b0b12e685eb0d084684a9715c946cc762bc134d5 (diff) | |
| download | rockbox-68ffd8fd2f565927e298f9e29abbee23274ec258.zip rockbox-68ffd8fd2f565927e298f9e29abbee23274ec258.tar.gz rockbox-68ffd8fd2f565927e298f9e29abbee23274ec258.tar.bz2 rockbox-68ffd8fd2f565927e298f9e29abbee23274ec258.tar.xz | |
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
Diffstat (limited to 'apps/plugins/databox/databox.h')
| -rw-r--r-- | apps/plugins/databox/databox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/databox/databox.h b/apps/plugins/databox/databox.h index ffbaf1d..49f5891 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; }; |