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:
Daniel Stenberg 2002-04-30 13:29:08 +00:00
parent ef476e3a09
commit 5ab87aa978

View file

@ -101,9 +101,8 @@ void lcd_update (void)
#endif
drawdots(1, &points[0], p);
drawdots(0, &clearpoints[0], cp);
drawdots(1, &points[0], p);
Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);
XSync(dpy,False);
}