forked from len0rd/rockbox
Clock: Fix rendering.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22617 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
067172ae54
commit
ae181ca0ca
4 changed files with 9 additions and 8 deletions
|
@ -43,6 +43,6 @@ void draw_string(struct screen* display, const struct picture* bitmaps,
|
|||
}
|
||||
|
||||
void getstringsize(const struct picture* bitmaps, char* str, int *w, int *h ){
|
||||
*h=bitmaps->height;
|
||||
*h=bitmaps->slide_height;
|
||||
*w=rb->strlen(str)*bitmaps->width;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue