diff options
| author | Nils Wallménius <nils@rockbox.org> | 2009-10-17 18:02:48 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2009-10-17 18:02:48 +0000 |
| commit | f34a841b0cc5d1a605375209e1b013b388f741bc (patch) | |
| tree | 90c780494fa42ffe34e3504d6fe3dc026a91d457 /apps/screen_access.h | |
| parent | 5ca76ab9c4af0759f1bcf75ce24c47ccd38fc962 (diff) | |
| download | rockbox-f34a841b0cc5d1a605375209e1b013b388f741bc.zip rockbox-f34a841b0cc5d1a605375209e1b013b388f741bc.tar.gz rockbox-f34a841b0cc5d1a605375209e1b013b388f741bc.tar.bz2 rockbox-f34a841b0cc5d1a605375209e1b013b388f741bc.tar.xz | |
Revise r23225 a bit, removing the debug_printf function and implementing more generic lcd_(remote)_putsf function(s) instead and use those in more places
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23233 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screen_access.h')
| -rw-r--r-- | apps/screen_access.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h index 07fc364..be62478 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -129,6 +129,7 @@ struct screen #endif void (*putsxy)(int x, int y, const unsigned char *str); void (*puts)(int x, int y, const unsigned char *str); + void (*putsf)(int x, int y, const unsigned char *str, ...); void (*puts_offset)(int x, int y, const unsigned char *str, int offset); void (*puts_scroll)(int x, int y, const unsigned char *string); void (*puts_scroll_offset)(int x, int y, const unsigned char *string, |