mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
clear first, then draw might look better
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@330 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef476e3a09
commit
5ab87aa978
1 changed files with 1 additions and 2 deletions
|
|
@ -101,9 +101,8 @@ void lcd_update (void)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
drawdots(1, &points[0], p);
|
|
||||||
drawdots(0, &clearpoints[0], cp);
|
drawdots(0, &clearpoints[0], cp);
|
||||||
|
drawdots(1, &points[0], p);
|
||||||
Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);
|
Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);
|
||||||
XSync(dpy,False);
|
XSync(dpy,False);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue