mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
use Logf()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@283 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3caa3c0871
commit
a73d52c711
1 changed files with 1 additions and 1 deletions
|
|
@ -104,6 +104,6 @@ void lcd_update (void)
|
|||
|
||||
drawdots(1, &points[0], p);
|
||||
drawdots(0, &clearpoints[0], cp);
|
||||
fprintf(stderr, "lcd_update: Draws %d pixels, clears %d pixels\n", p, cp);
|
||||
Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);
|
||||
XSync(dpy,False);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue